#366004

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

Shades of Verdun Green #366004

Tints of Verdun Green #366004

Color information

#366004 (or 0x366004) is unknown color: approx Verdun Green. HEX triplet: 36, 60 and 04. RGB value is (54,96,4). Sum of RGB (Red+Green+Blue) = 54+96+4=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #366004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366004 is #C99FFB. Grayscale: #494949. Windows color (decimal): -13213692 or 286774. OLE color: 286774.

HSL color Cylindrical-coordinate representation of color #366004: hue angle of 87.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #366004 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB54964-
CMYK0.4400.960.62
HSL87.39º92%19.61%-
HSV(B)87.39º95.83%37.65%-
XYZ5.739.161.58-
YUV72.9589.09114.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=35.06%
G=62.34%
B=2.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal549640.4400.960.6287.399219.61
Hex366042C0603E575c14
Octal6614045401407612713424
Binary1101101100000100101100011000001111101010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366004; }

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

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

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

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

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

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

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

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