#3C4B12

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

Shades of Verdun Green #3C4B12

Tints of Verdun Green #3C4B12

Color information

#3C4B12 (or 0x3C4B12) is unknown color: approx Verdun Green. HEX triplet: 3C, 4B and 12. RGB value is (60,75,18). Sum of RGB (Red+Green+Blue) = 60+75+18=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B12 is #C3B4ED. Grayscale: #404040. Windows color (decimal): -12825838 or 1198908. OLE color: 1198908.

HSL color Cylindrical-coordinate representation of color #3C4B12: hue angle of 75.79º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4B12 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.

Color convert

RGB607518-
CMYK0.2000.760.71
HSL75.79º61.29%18.24%-
HSV(B)75.79º76%29.41%-
XYZ4.496.041.5-
YUV64.02102.03125.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=39.22%
G=49.02%
B=11.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6075180.2000.760.7175.7961.2918.24
Hex3C4B121404C474c3d12
Octal74113222401141071147522
Binary11110010010111001010100010011001000111100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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