Html Css Color HEX #586140 Woodland

📋 copy color: '#586140'

red 88 ◦ green 97 ◦ blue 64

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

Shades of Woodland #586140

Tints of Woodland #586140

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.7%

R = 35.34%
G = 38.96%
B = 25.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#586140 (or 0x586140) is known color: 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

RGB 88 97 64 -
CMYK 0.09 0 0.34 0.62
HSL 76.36º 0.2% 0.32% -
HSV(B) 76.36º 0.34% 0.38% -
XYZ 9.22 10.99 6.49 -
YUV 90.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 88 97 64 0.09 0 0.34 0.62 76.36 0.2 0.32
Hex 58 61 40 9 0 22 3E 4C 14 20
Octal 130 141 100 11 0 42 76 114 24 40
Binary 1011000 1100001 1000000 1001 0 100010 111110 1001100 10100 100000

Color Harmonies of #586140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586140

Black with #586140

Text Example


Text Example

White with #586140

Text Example


Text Example

HTML Codes & Css Web 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>