#3C5604

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

Shades of Verdun Green #3C5604

Tints of Verdun Green #3C5604

Color information

#3C5604 (or 0x3C5604) is unknown color: approx Verdun Green. HEX triplet: 3C, 56 and 04. RGB value is (60,86,4). Sum of RGB (Red+Green+Blue) = 60+86+4=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5604 is #C3A9FB. Grayscale: #454545. Windows color (decimal): -12823036 or 284220. OLE color: 284220.

HSL color Cylindrical-coordinate representation of color #3C5604: hue angle of 79.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C5604 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB60864-
CMYK0.3000.950.66
HSL79.02º91.11%17.65%-
HSV(B)79.02º95.35%33.73%-
XYZ5.217.631.31-
YUV68.8891.39121.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 57.33%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=40%
G=57.33%
B=2.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal608640.3000.950.6679.0291.1117.65
Hex3C5641E05F424f5b12
Octal74126436013710211713322
Binary1111001010110100111100101111110000101001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5604; }

 p { color: rgb(60,86,4); }

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

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

 a { background-color: rgb(60,86,4); }

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

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

 span { border-color: rgb(60,86,4); }

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