#585602

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

Shades of Verdun Green #585602

Tints of Verdun Green #585602

Color information

#585602 (or 0x585602) is unknown color: approx Verdun Green. HEX triplet: 58, 56 and 02. RGB value is (88,86,2). Sum of RGB (Red+Green+Blue) = 88+86+2=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585602 is #A7A9FD. Grayscale: #4D4D4D. Windows color (decimal): -10988030 or 153176. OLE color: 153176.

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

Color convert

RGB88862-
CMYK00.020.980.65
HSL58.6º95.56%17.65%-
HSV(B)58.6º97.73%34.51%-
XYZ7.368.731.36-
YUV77.0285.66135.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=50%
G=48.86%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8886200.020.980.6558.695.5617.65
Hex585620262413b6012
Octal1301262021421017314022
Binary101100010101101001011000101000001111011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585602; }

 p { color: rgb(88,86,2); }

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

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

 a { background-color: rgb(88,86,2); }

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

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

 span { border-color: rgb(88,86,2); }

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