#4C571A

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

Shades of Verdun Green #4C571A

Tints of Verdun Green #4C571A

Color information

#4C571A (or 0x4C571A) is unknown color: approx Verdun Green. HEX triplet: 4C, 57 and 1A. RGB value is (76,87,26). Sum of RGB (Red+Green+Blue) = 76+87+26=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #4C571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C571A is #B3A8E5. Grayscale: #4C4C4C. Windows color (decimal): -11774182 or 1726284. OLE color: 1726284.

HSL color Cylindrical-coordinate representation of color #4C571A: hue angle of 70.82º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C571A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB768726-
CMYK0.1300.700.66
HSL70.82º53.98%22.16%-
HSV(B)70.82º70.11%34.12%-
XYZ6.588.432.26-
YUV76.7699.36127.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.21%
GREEN value IS 87 (34.38% from 255) = 46.03%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=40.21%
G=46.03%
B=13.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7687260.1300.700.6670.8253.9822.16
Hex4C571AD04642473616
Octal114127321501061021076626
Binary10011001010111110101101010001101000010100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,87,26); }

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

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

 a { background-color: rgb(76,87,26); }

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

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

 span { border-color: rgb(76,87,26); }

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