#575208

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

Shades of Verdun Green #575208

Tints of Verdun Green #575208

Color information

#575208 (or 0x575208) is unknown color: approx Verdun Green. HEX triplet: 57, 52 and 08. RGB value is (87,82,8). Sum of RGB (Red+Green+Blue) = 87+82+8=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #575208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575208 is #A8ADF7. Grayscale: #4B4B4B. Windows color (decimal): -11054584 or 545367. OLE color: 545367.

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

Color convert

RGB87828-
CMYK00.060.910.66
HSL56.2º83.16%18.63%-
HSV(B)56.2º90.8%34.12%-
XYZ6.998.081.42-
YUV75.0690.16136.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=49.15%
G=46.33%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8782800.060.910.6656.283.1618.63
Hex57528065B42385313
Octal12712210061331027012323
Binary101011110100101000011010110111000010111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575208; }

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

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

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

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

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

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

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

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