#3C5E11

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

Shades of Verdun Green #3C5E11

Tints of Verdun Green #3C5E11

Color information

#3C5E11 (or 0x3C5E11) is unknown color: approx Verdun Green. HEX triplet: 3C, 5E and 11. RGB value is (60,94,17). Sum of RGB (Red+Green+Blue) = 60+94+17=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #3C5E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5E11 is #C3A1EE. Grayscale: #4B4B4B. Windows color (decimal): -12820975 or 1138236. OLE color: 1138236.

HSL color Cylindrical-coordinate representation of color #3C5E11: hue angle of 86.49º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C5E11 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB609417-
CMYK0.3600.820.63
HSL86.49º69.37%21.76%-
HSV(B)86.49º81.91%36.86%-
XYZ5.979.011.95-
YUV75.0695.24117.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 94 (37.11% from 255) = 54.97%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=35.09%
G=54.97%
B=9.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6094170.3600.820.6386.4969.3721.76
Hex3C5E11240523F564516
Octal74136214401227712610526
Binary111100101111010001100100010100101111111010110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,94,17); }

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

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

 a { background-color: rgb(60,94,17); }

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

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

 span { border-color: rgb(60,94,17); }

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