#4B570C

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

Shades of Verdun Green #4B570C

Tints of Verdun Green #4B570C

Color information

#4B570C (or 0x4B570C) is unknown color: approx Verdun Green. HEX triplet: 4B, 57 and 0C. RGB value is (75,87,12). Sum of RGB (Red+Green+Blue) = 75+87+12=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #4B570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B570C is #B4A8F3. Grayscale: #4B4B4B. Windows color (decimal): -11839732 or 808779. OLE color: 808779.

HSL color Cylindrical-coordinate representation of color #4B570C: hue angle of 69.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B570C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB758712-
CMYK0.1400.860.66
HSL69.6º75.76%19.41%-
HSV(B)69.6º86.21%34.12%-
XYZ6.388.341.62-
YUV74.8692.52128.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=43.10%
G=50%
B=6.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7587120.1400.860.6669.675.7619.41
Hex4B57CE05642464c13
Octal1131271416012610210611423
Binary10010111010111110011100101011010000101000110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,12); }

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

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

 a { background-color: rgb(75,87,12); }

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

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

 span { border-color: rgb(75,87,12); }

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