#585705

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

Shades of Verdun Green #585705

Tints of Verdun Green #585705

Color information

#585705 (or 0x585705) is unknown color: approx Verdun Green. HEX triplet: 58, 57 and 05. RGB value is (88,87,5). Sum of RGB (Red+Green+Blue) = 88+87+5=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #585705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585705 is #A7A8FA. Grayscale: #4E4E4E. Windows color (decimal): -10987771 or 350040. OLE color: 350040.

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

Color convert

RGB88875-
CMYK00.010.940.65
HSL59.28º89.25%18.24%-
HSV(B)59.28º94.32%34.51%-
XYZ7.468.91.47-
YUV77.9586.83135.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 87 (34.38% from 255) = 48.33%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=48.89%
G=48.33%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8887500.010.940.6559.2889.2518.24
Hex58575015E413b5912
Octal1301275011361017313122
Binary101100010101111010110111101000001111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585705; }

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

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

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

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

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

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

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

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