#575209

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

Shades of Verdun Green #575209

Tints of Verdun Green #575209

Color information

#575209 (or 0x575209) is unknown color: approx Verdun Green. HEX triplet: 57, 52 and 09. RGB value is (87,82,9). Sum of RGB (Red+Green+Blue) = 87+82+9=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #575209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575209 is #A8ADF6. Grayscale: #4B4B4B. Windows color (decimal): -11054583 or 610903. OLE color: 610903.

HSL color Cylindrical-coordinate representation of color #575209: hue angle of 56.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #575209 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87829-
CMYK00.060.900.66
HSL56.15º81.25%18.82%-
HSV(B)56.15º89.66%34.12%-
XYZ78.081.45-
YUV75.1790.66136.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=48.88%
G=46.07%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8782900.060.900.6656.1581.2518.82
Hex57529065A42385113
Octal12712211061321027012123
Binary101011110100101001011010110101000010111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575209; }

 p { color: rgb(87,82,9); }

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

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

 a { background-color: rgb(87,82,9); }

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

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

 span { border-color: rgb(87,82,9); }

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