Html Css Color HEX #586040 Woodland

📋 copy color: '#586040'

red 88 ◦ green 96 ◦ blue 64

#586040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #586040

Tints of Woodland #586040

RGB

 RED value IS 88 (34.77% from 255) = 35.48%

 GREEN value IS 96 (37.89% from 255) = 38.71%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 35.48%
G = 38.71%
B = 25.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#586040 (or 0x586040) is known color: Woodland. HEX triplet: 58, 60 and 40. RGB value is (88,96,64). Sum of RGB (Red+Green+Blue) = 88+96+64=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #586040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586040 is #A79FBF. Grayscale: #5A5A5A. Windows color (decimal): -10985408 or 4218968. OLE color: 4218968.

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

Color convert

RGB 88 96 64 -
CMYK 0.08 0 0.33 0.62
HSL 75º 0.2% 0.31% -
HSV(B) 75º 0.33% 0.38% -
XYZ 9.13 10.81 6.46 -
YUV 89.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 88 96 64 0.08 0 0.33 0.62 75 0.2 0.31
Hex 58 60 40 8 0 21 3E 4B 14 1F
Octal 130 140 100 10 0 41 76 113 24 37
Binary 1011000 1100000 1000000 1000 0 100001 111110 1001011 10100 11111

Color Harmonies of #586040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586040

Black with #586040

Text Example


Text Example

White with #586040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586040; }

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

 H1.HeaderClassName
 {
   color: #586040;
 }
 .AnyTagClassName
 {
   color: #586040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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