#585203

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

Shades of Verdun Green #585203

Tints of Verdun Green #585203

Color information

#585203 (or 0x585203) is unknown color: approx Verdun Green. HEX triplet: 58, 52 and 03. RGB value is (88,82,3). Sum of RGB (Red+Green+Blue) = 88+82+3=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #585203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585203 is #A7ADFC. Grayscale: #4B4B4B. Windows color (decimal): -10989053 or 217688. OLE color: 217688.

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

Color convert

RGB88823-
CMYK00.070.970.65
HSL55.76º93.41%17.84%-
HSV(B)55.76º96.59%34.51%-
XYZ7.068.121.28-
YUV74.7987.49137.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=50.87%
G=47.40%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882300.070.970.6555.7693.4117.84
Hex58523076141385d12
Octal1301223071411017013522
Binary1011000101001011011111000011000001111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585203; }

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

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

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

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

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

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

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

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