#4B570D

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

Shades of Verdun Green #4B570D

Tints of Verdun Green #4B570D

Color information

#4B570D (or 0x4B570D) is unknown color: approx Verdun Green. HEX triplet: 4B, 57 and 0D. RGB value is (75,87,13). Sum of RGB (Red+Green+Blue) = 75+87+13=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #4B570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B570D is #B4A8F2. Grayscale: #4B4B4B. Windows color (decimal): -11839731 or 874315. OLE color: 874315.

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

Color convert

RGB758713-
CMYK0.1400.850.66
HSL69.73º74%19.61%-
HSV(B)69.73º85.06%34.12%-
XYZ6.388.341.65-
YUV74.9893.02128.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=42.86%
G=49.71%
B=7.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7587130.1400.850.6669.737419.61
Hex4B57DE05542464a14
Octal1131271516012510210611224
Binary10010111010111110111100101010110000101000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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