#3C5416

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

Shades of Verdun Green #3C5416

Tints of Verdun Green #3C5416

Color information

#3C5416 (or 0x3C5416) is unknown color: approx Verdun Green. HEX triplet: 3C, 54 and 16. RGB value is (60,84,22). Sum of RGB (Red+Green+Blue) = 60+84+22=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5416 is #C3ABE9. Grayscale: #454545. Windows color (decimal): -12823530 or 1463356. OLE color: 1463356.

HSL color Cylindrical-coordinate representation of color #3C5416: hue angle of 83.23º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C5416 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB608422-
CMYK0.2900.740.67
HSL83.23º58.49%20.78%-
HSV(B)83.23º73.81%32.94%-
XYZ5.187.361.91-
YUV69.76101.05121.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=36.14%
G=50.60%
B=13.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084220.2900.740.6783.2358.4920.78
Hex3C54161D04A43533a15
Octal74124263501121031237225
Binary11110010101001011011101010010101000011101001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,22); }

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

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

 a { background-color: rgb(60,84,22); }

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

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

 span { border-color: rgb(60,84,22); }

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