#4C640C

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

Shades of Verdun Green #4C640C

Tints of Verdun Green #4C640C

Color information

#4C640C (or 0x4C640C) is unknown color: approx Verdun Green. HEX triplet: 4C, 64 and 0C. RGB value is (76,100,12). Sum of RGB (Red+Green+Blue) = 76+100+12=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #4C640C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C640C is #B39BF3. Grayscale: #535353. Windows color (decimal): -11770868 or 812108. OLE color: 812108.

HSL color Cylindrical-coordinate representation of color #4C640C: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C640C is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB7610012-
CMYK0.2400.880.61
HSL76.36º78.57%21.96%-
HSV(B)76.36º88%39.22%-
XYZ7.610.682.01-
YUV82.7988.05123.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.43%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=40.43%
G=53.19%
B=6.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76100120.2400.880.6176.3678.5721.96
Hex4C64C180583D4c4f16
Octal114144143001307511411726
Binary10011001100100110011000010110001111011001100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,12); }

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

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

 a { background-color: rgb(76,100,12); }

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

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

 span { border-color: rgb(76,100,12); }

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