#3C6012

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

Shades of Verdun Green #3C6012

Tints of Verdun Green #3C6012

Color information

#3C6012 (or 0x3C6012) is unknown color: approx Verdun Green. HEX triplet: 3C, 60 and 12. RGB value is (60,96,18). Sum of RGB (Red+Green+Blue) = 60+96+18=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6012 is #C39FED. Grayscale: #4C4C4C. Windows color (decimal): -12820462 or 1204284. OLE color: 1204284.

HSL color Cylindrical-coordinate representation of color #3C6012: hue angle of 87.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C6012 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB609618-
CMYK0.3800.810.62
HSL87.69º68.42%22.35%-
HSV(B)87.69º81.25%37.65%-
XYZ6.169.372.06-
YUV76.3495.07116.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=34.48%
G=55.17%
B=10.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096180.3800.810.6287.6968.4222.35
Hex3C6012260513E584416
Octal74140224601217613010426
Binary111100110000010010100110010100011111101011000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,18); }

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

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

 a { background-color: rgb(60,96,18); }

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

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

 span { border-color: rgb(60,96,18); }

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