#36610F

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

Shades of Verdun Green #36610F

Tints of Verdun Green #36610F

Color information

#36610F (or 0x36610F) is unknown color: approx Verdun Green. HEX triplet: 36, 61 and 0F. RGB value is (54,97,15). Sum of RGB (Red+Green+Blue) = 54+97+15=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #36610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36610F is #C99EF0. Grayscale: #4B4B4B. Windows color (decimal): -13213425 or 1007926. OLE color: 1007926.

HSL color Cylindrical-coordinate representation of color #36610F: hue angle of 91.46º 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 #36610F is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB549715-
CMYK0.4400.850.62
HSL91.46º73.21%21.96%-
HSV(B)91.46º84.54%38.04%-
XYZ5.889.371.95-
YUV74.894.25113.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=32.53%
G=58.43%
B=9.04%

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
Decimal5497150.4400.850.6291.4673.2121.96
Hex3661F2C0553E5b4916
Octal66141175401257613311126
Binary11011011000011111101100010101011111101011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,97,15); }

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

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

 a { background-color: rgb(54,97,15); }

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

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

 span { border-color: rgb(54,97,15); }

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