#585403

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

Shades of Verdun Green #585403

Tints of Verdun Green #585403

Color information

#585403 (or 0x585403) is unknown color: approx Verdun Green. HEX triplet: 58, 54 and 03. RGB value is (88,84,3). Sum of RGB (Red+Green+Blue) = 88+84+3=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585403 is #A7ABFC. Grayscale: #4C4C4C. Windows color (decimal): -10988541 or 218200. OLE color: 218200.

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

Color convert

RGB88843-
CMYK00.050.970.65
HSL57.18º93.41%17.84%-
HSV(B)57.18º96.59%34.51%-
XYZ7.218.421.33-
YUV75.9686.83136.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=50.29%
G=48%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884300.050.970.6557.1893.4117.84
Hex58543056141395d12
Octal1301243051411017113522
Binary1011000101010011010111000011000001111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585403; }

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

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

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

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

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

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

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

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