#37620F

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

Shades of Verdun Green #37620F

Tints of Verdun Green #37620F

Color information

#37620F (or 0x37620F) is unknown color: approx Verdun Green. HEX triplet: 37, 62 and 0F. RGB value is (55,98,15). Sum of RGB (Red+Green+Blue) = 55+98+15=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #37620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37620F is #C89DF0. Grayscale: #4B4B4B. Windows color (decimal): -13147633 or 1008183. OLE color: 1008183.

HSL color Cylindrical-coordinate representation of color #37620F: hue angle of 91.08º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37620F is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB559815-
CMYK0.4400.850.62
HSL91.08º73.45%22.16%-
HSV(B)91.08º84.69%38.43%-
XYZ6.039.581.98-
YUV75.6893.75113.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=32.74%
G=58.33%
B=8.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598150.4400.850.6291.0873.4522.16
Hex3762F2C0553E5b4916
Octal67142175401257613311126
Binary11011111000101111101100010101011111101011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37620F; }

 p { color: rgb(55,98,15); }

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

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

 a { background-color: rgb(55,98,15); }

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

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

 span { border-color: rgb(55,98,15); }

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