#585903

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

Shades of Verdun Green #585903

Tints of Verdun Green #585903

Color information

#585903 (or 0x585903) is unknown color: approx Verdun Green. HEX triplet: 58, 59 and 03. RGB value is (88,89,3). Sum of RGB (Red+Green+Blue) = 88+89+3=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #585903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585903 is #A7A6FC. Grayscale: #4F4F4F. Windows color (decimal): -10987261 or 219480. OLE color: 219480.

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

Color convert

RGB88893-
CMYK0.0100.970.65
HSL60.7º93.48%18.04%-
HSV(B)60.7º96.63%34.9%-
XYZ7.619.231.47-
YUV78.985.17134.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=48.89%
G=49.44%
B=1.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888930.0100.970.6560.793.4818.04
Hex585931061413d5d12
Octal1301313101411017513522
Binary10110001011001111011000011000001111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585903; }

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

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

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

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

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

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

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

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