#585704

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

Shades of Verdun Green #585704

Tints of Verdun Green #585704

Color information

#585704 (or 0x585704) is unknown color: approx Verdun Green. HEX triplet: 58, 57 and 04. RGB value is (88,87,4). Sum of RGB (Red+Green+Blue) = 88+87+4=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #585704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585704 is #A7A8FB. Grayscale: #4E4E4E. Windows color (decimal): -10987772 or 284504. OLE color: 284504.

HSL color Cylindrical-coordinate representation of color #585704: hue angle of 59.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #585704 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB88874-
CMYK00.010.950.65
HSL59.29º91.3%18.04%-
HSV(B)59.29º95.45%34.51%-
XYZ7.458.91.44-
YUV77.8486.33135.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=49.16%
G=48.60%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8887400.010.950.6559.2991.318.04
Hex58574015F413b5b12
Octal1301274011371017313322
Binary101100010101111000110111111000001111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585704; }

 p { color: rgb(88,87,4); }

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

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

 a { background-color: rgb(88,87,4); }

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

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

 span { border-color: rgb(88,87,4); }

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