#36600E

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

Shades of Verdun Green #36600E

Tints of Verdun Green #36600E

Color information

#36600E (or 0x36600E) is unknown color: approx Verdun Green. HEX triplet: 36, 60 and 0E. RGB value is (54,96,14). Sum of RGB (Red+Green+Blue) = 54+96+14=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #36600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36600E is #C99FF1. Grayscale: #4A4A4A. Windows color (decimal): -13213682 or 942134. OLE color: 942134.

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

Color convert

RGB549614-
CMYK0.4400.850.62
HSL90.73º74.55%21.57%-
HSV(B)90.73º85.42%37.65%-
XYZ5.789.181.88-
YUV74.0994.09113.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 96 (37.89% from 255) = 58.54%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=32.93%
G=58.54%
B=8.54%

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
Decimal5496140.4400.850.6290.7374.5521.57
Hex3660E2C0553E5b4b16
Octal66140165401257613311326
Binary11011011000001110101100010101011111101011011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36600E; }

 p { color: rgb(54,96,14); }

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

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

 a { background-color: rgb(54,96,14); }

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

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

 span { border-color: rgb(54,96,14); }

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