#4C5003

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

Shades of Verdun Green #4C5003

Tints of Verdun Green #4C5003

Color information

#4C5003 (or 0x4C5003) is unknown color: approx Verdun Green. HEX triplet: 4C, 50 and 03. RGB value is (76,80,3). Sum of RGB (Red+Green+Blue) = 76+80+3=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5003 is #B3AFFC. Grayscale: #464646. Windows color (decimal): -11775997 or 217164. OLE color: 217164.

HSL color Cylindrical-coordinate representation of color #4C5003: hue angle of 63.12º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C5003 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB76803-
CMYK0.0500.960.69
HSL63.12º92.77%16.27%-
HSV(B)63.12º96.25%31.37%-
XYZ5.877.281.18-
YUV70.0390.17132.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=47.80%
G=50.31%
B=1.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal768030.0500.960.6963.1292.7716.27
Hex4C5035060453f5d10
Octal1141203501401057713520
Binary1001100101000011101011000001000101111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,3); }

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

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

 a { background-color: rgb(76,80,3); }

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

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

 span { border-color: rgb(76,80,3); }

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