#4C6612

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

Shades of Verdun Green #4C6612

Tints of Verdun Green #4C6612

Color information

#4C6612 (or 0x4C6612) is unknown color: approx Verdun Green. HEX triplet: 4C, 66 and 12. RGB value is (76,102,18). Sum of RGB (Red+Green+Blue) = 76+102+18=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #4C6612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6612 is #B399ED. Grayscale: #545454. Windows color (decimal): -11770350 or 1205836. OLE color: 1205836.

HSL color Cylindrical-coordinate representation of color #4C6612: hue angle of 78.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C6612 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB7610218-
CMYK0.2500.820.6
HSL78.57º70%23.53%-
HSV(B)78.57º82.35%40%-
XYZ7.8411.082.3-
YUV84.6590.39121.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=38.78%
G=52.04%
B=9.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal76102180.2500.820.678.577023.53
Hex4C6612190523C4f4618
Octal114146223101227411710630
Binary100110011001101001011001010100101111001001111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6612; }

 p { color: rgb(76,102,18); }

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

<style>
 a { background-color: #4C6612; }

 a { background-color: rgb(76,102,18); }

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

<style>
 span { border-color: #4C6612; }

 span { border-color: rgb(76,102,18); }

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