#585902

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

Shades of Verdun Green #585902

Tints of Verdun Green #585902

Color information

#585902 (or 0x585902) is unknown color: approx Verdun Green. HEX triplet: 58, 59 and 02. RGB value is (88,89,2). Sum of RGB (Red+Green+Blue) = 88+89+2=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #585902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585902 is #A7A6FD. Grayscale: #4F4F4F. Windows color (decimal): -10987262 or 153944. OLE color: 153944.

HSL color Cylindrical-coordinate representation of color #585902: hue angle of 60.69º 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 #585902 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB88892-
CMYK0.0100.980.65
HSL60.69º95.6%17.84%-
HSV(B)60.69º97.75%34.9%-
XYZ7.619.221.44-
YUV78.7884.67134.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 89 (35.16% from 255) = 49.72%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=49.16%
G=49.72%
B=1.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888920.0100.980.6560.6995.617.84
Hex585921062413d6012
Octal1301312101421017514022
Binary10110001011001101011000101000001111101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585902; }

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

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

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

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

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

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

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

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