#585708

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

Shades of Verdun Green #585708

Tints of Verdun Green #585708

Color information

#585708 (or 0x585708) is unknown color: approx Verdun Green. HEX triplet: 58, 57 and 08. RGB value is (88,87,8). Sum of RGB (Red+Green+Blue) = 88+87+8=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #585708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585708 is #A7A8F7. Grayscale: #4E4E4E. Windows color (decimal): -10987768 or 546648. OLE color: 546648.

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

Color convert

RGB88878-
CMYK00.010.910.65
HSL59.25º83.33%18.82%-
HSV(B)59.25º90.91%34.51%-
XYZ7.488.911.56-
YUV78.2988.33134.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=48.09%
G=47.54%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8887800.010.910.6559.2583.3318.82
Hex58578015B413b5313
Octal13012710011331017312323
Binary1011000101011110000110110111000001111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585708; }

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

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

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

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

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

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

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

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