#4C7204

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

Shades of Verdun Green #4C7204

Tints of Verdun Green #4C7204

Color information

#4C7204 (or 0x4C7204) is unknown color: approx Verdun Green. HEX triplet: 4C, 72 and 04. RGB value is (76,114,4). Sum of RGB (Red+Green+Blue) = 76+114+4=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7204 is #B38DFB. Grayscale: #5A5A5A. Windows color (decimal): -11767292 or 291404. OLE color: 291404.

HSL color Cylindrical-coordinate representation of color #4C7204: hue angle of 80.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C7204 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB761144-
CMYK0.3300.960.55
HSL80.73º93.22%23.14%-
HSV(B)80.73º96.49%44.71%-
XYZ9.0213.582.26-
YUV90.179.41117.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 114 (44.92% from 255) = 58.76%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=39.18%
G=58.76%
B=2.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7611440.3300.960.5580.7393.2223.14
Hex4C7242106037515d17
Octal11416244101406712113527
Binary10011001110010100100001011000001101111010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,4); }

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

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

 a { background-color: rgb(76,114,4); }

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

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

 span { border-color: rgb(76,114,4); }

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