#585202

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

Shades of Verdun Green #585202

Tints of Verdun Green #585202

Color information

#585202 (or 0x585202) is unknown color: approx Verdun Green. HEX triplet: 58, 52 and 02. RGB value is (88,82,2). Sum of RGB (Red+Green+Blue) = 88+82+2=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #585202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585202 is #A7ADFD. Grayscale: #4B4B4B. Windows color (decimal): -10989054 or 152152. OLE color: 152152.

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

Color convert

RGB88822-
CMYK00.070.980.65
HSL55.81º95.56%17.65%-
HSV(B)55.81º97.73%34.51%-
XYZ7.058.111.25-
YUV74.6786.99137.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.16%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=51.16%
G=47.67%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882200.070.980.6555.8195.5617.65
Hex58522076241386012
Octal1301222071421017014022
Binary1011000101001010011111000101000001111000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585202; }

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

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

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

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

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

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

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

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