#3C5119

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

Shades of Verdun Green #3C5119

Tints of Verdun Green #3C5119

Color information

#3C5119 (or 0x3C5119) is unknown color: approx Verdun Green. HEX triplet: 3C, 51 and 19. RGB value is (60,81,25). Sum of RGB (Red+Green+Blue) = 60+81+25=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5119 is #C3AEE6. Grayscale: #444444. Windows color (decimal): -12824295 or 1659196. OLE color: 1659196.

HSL color Cylindrical-coordinate representation of color #3C5119: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C5119 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB608125-
CMYK0.2600.690.68
HSL82.5º52.83%20.78%-
HSV(B)82.5º69.14%31.76%-
XYZ4.986.921.99-
YUV68.34103.54122.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=36.14%
G=48.80%
B=15.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6081250.2600.690.6882.552.8320.78
Hex3C51191A04544523515
Octal74121313201051041226525
Binary11110010100011100111010010001011000100101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,25); }

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

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

 a { background-color: rgb(60,81,25); }

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

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

 span { border-color: rgb(60,81,25); }

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