#4C510A

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

Shades of Verdun Green #4C510A

Tints of Verdun Green #4C510A

Color information

#4C510A (or 0x4C510A) is unknown color: approx Verdun Green. HEX triplet: 4C, 51 and 0A. RGB value is (76,81,10). Sum of RGB (Red+Green+Blue) = 76+81+10=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #4C510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C510A is #B3AEF5. Grayscale: #474747. Windows color (decimal): -11775734 or 676172. OLE color: 676172.

HSL color Cylindrical-coordinate representation of color #4C510A: hue angle of 64.23º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C510A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB768110-
CMYK0.0600.880.68
HSL64.23º78.02%17.84%-
HSV(B)64.23º87.65%31.76%-
XYZ5.987.441.41-
YUV71.4193.34131.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=45.51%
G=48.50%
B=5.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681100.0600.880.6864.2378.0217.84
Hex4C51A605844404e12
Octal114121126013010410011622
Binary1001100101000110101100101100010001001000000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,10); }

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

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

 a { background-color: rgb(76,81,10); }

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

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

 span { border-color: rgb(76,81,10); }

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