#4C500B

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

Shades of Verdun Green #4C500B

Tints of Verdun Green #4C500B

Color information

#4C500B (or 0x4C500B) is unknown color: approx Verdun Green. HEX triplet: 4C, 50 and 0B. RGB value is (76,80,11). Sum of RGB (Red+Green+Blue) = 76+80+11=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #4C500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C500B is #B3AFF4. Grayscale: #474747. Windows color (decimal): -11775989 or 741452. OLE color: 741452.

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

Color convert

RGB768011-
CMYK0.0500.860.69
HSL63.48º75.82%17.84%-
HSV(B)63.48º86.25%31.37%-
XYZ5.917.31.41-
YUV70.9494.17131.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=45.51%
G=47.90%
B=6.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680110.0500.860.6963.4875.8217.84
Hex4C50B5056453f4c12
Octal11412013501261057711422
Binary100110010100001011101010101101000101111111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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