#376010

Color #376010 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #376010

Tints of Verdun Green #376010

Color information

#376010 (or 0x376010) is unknown color: approx Verdun Green. HEX triplet: 37, 60 and 10. RGB value is (55,96,16). Sum of RGB (Red+Green+Blue) = 55+96+16=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #376010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376010 is #C89FEF. Grayscale: #4A4A4A. Windows color (decimal): -13148144 or 1073207. OLE color: 1073207.

HSL color Cylindrical-coordinate representation of color #376010: hue angle of 90.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #376010 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB559616-
CMYK0.4300.830.62
HSL90.75º71.43%21.96%-
HSV(B)90.75º83.33%37.65%-
XYZ5.859.221.96-
YUV74.6294.92114-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=32.93%
G=57.49%
B=9.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596160.4300.830.6290.7571.4321.96
Hex3760102B0533E5b4716
Octal67140205301237613310726
Binary110111110000010000101011010100111111101011011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376010; }

 p { color: rgb(55,96,16); }

 H1.HeaderClassName
 {
   color: #376010;
 }
 .AnyTagClassName
 {
   color: #376010;
 }
</style>
background-color css

<style>
 a { background-color: #376010; }

 a { background-color: rgb(55,96,16); }

 div.DivClassName
 {
   background-color: #376010;
 }
 .BgClassName
 {
   background-color: #376010;
 }
</style>
border-color css

<style>
 span { border-color: #376010; }

 span { border-color: rgb(55,96,16); }

 td.TdClassName
 {
   border-color: #376010;
 }
 .TagClassName
 {
   border-color: #376010;
 }
</style>