#585406

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

Shades of Verdun Green #585406

Tints of Verdun Green #585406

Color information

#585406 (or 0x585406) is unknown color: approx Verdun Green. HEX triplet: 58, 54 and 06. RGB value is (88,84,6). Sum of RGB (Red+Green+Blue) = 88+84+6=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #585406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585406 is #A7ABF9. Grayscale: #4C4C4C. Windows color (decimal): -10988538 or 414808. OLE color: 414808.

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

Color convert

RGB88846-
CMYK00.050.930.65
HSL57.07º87.23%18.43%-
HSV(B)57.07º93.18%34.51%-
XYZ7.238.431.42-
YUV76.388.33136.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.44%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=49.44%
G=47.19%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884600.050.930.6557.0787.2318.43
Hex58546055D41395712
Octal1301246051351017112722
Binary10110001010100110010110111011000001111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585406; }

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

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

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

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

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

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

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

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