#586140

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

Shades of Woodland #586140

Tints of Woodland #586140

Color information

#586140 (or 0x586140) is unknown color: approx Woodland. HEX triplet: 58, 61 and 40. RGB value is (88,97,64). Sum of RGB (Red+Green+Blue) = 88+97+64=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #586140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586140 is #A79EBF. Grayscale: #5A5A5A. Windows color (decimal): -10985152 or 4219224. OLE color: 4219224.

HSL color Cylindrical-coordinate representation of color #586140: hue angle of 76.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586140 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB889764-
CMYK0.0900.340.62
HSL76.36º20.5%31.57%-
HSV(B)76.36º34.02%38.04%-
XYZ9.2210.996.49-
YUV90.55113.02126.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=35.34%
G=38.96%
B=25.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897640.0900.340.6276.3620.531.57
Hex58614090223E4c1420
Octal13014110011042761142440
Binary10110001100001100000010010100010111110100110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586140; }

 p { color: rgb(88,97,64); }

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

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

 a { background-color: rgb(88,97,64); }

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

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

 span { border-color: rgb(88,97,64); }

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