Html Css Color HEX #585E40 Woodland

📋 copy color: '#585E40'

red 88 ◦ green 94 ◦ blue 64

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

Shades of Woodland #585E40

Tints of Woodland #585E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.21%

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

R = 35.77%
G = 38.21%
B = 26.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#585E40 (or 0x585E40) is known color: Woodland. HEX triplet: 58, 5E and 40. RGB value is (88,94,64). Sum of RGB (Red+Green+Blue) = 88+94+64=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 94 - color contains mainly: green. Hex color #585E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585E40 is #A7A1BF. Grayscale: #585858. Windows color (decimal): -10985920 or 4218456. OLE color: 4218456.

HSL color Cylindrical-coordinate representation of color #585E40: hue angle of 72º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585E40 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 94 64 -
CMYK 0.06 0 0.32 0.63
HSL 72º 0.19% 0.31% -
HSV(B) 72º 0.32% 0.37% -
XYZ 8.95 10.45 6.4 -
YUV 88.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 88 94 64 0.06 0 0.32 0.63 72 0.19 0.31
Hex 58 5E 40 6 0 20 3F 48 13 1F
Octal 130 136 100 6 0 40 77 110 23 37
Binary 1011000 1011110 1000000 110 0 100000 111111 1001000 10011 11111

Color Harmonies of #585E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E40

Black with #585E40

Text Example


Text Example

White with #585E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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