Html Css Color HEX #585D46 Woodland

📋 copy color: '#585D46'

red 88 ◦ green 93 ◦ blue 70

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

Shades of Woodland #585D46

Tints of Woodland #585D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 35.06%
G = 37.05%
B = 27.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#585D46 (or 0x585D46) is known color: Woodland. HEX triplet: 58, 5D and 46. RGB value is (88,93,70). Sum of RGB (Red+Green+Blue) = 88+93+70=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 93 - color contains mainly: green. Hex color #585D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D46 is #A7A2B9. Grayscale: #585858. Windows color (decimal): -10986170 or 4611416. OLE color: 4611416.

HSL color Cylindrical-coordinate representation of color #585D46: hue angle of 73.04º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585D46 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 93 70 -
CMYK 0.05 0 0.25 0.64
HSL 73.04º 0.14% 0.32% -
HSV(B) 73.04º 0.25% 0.36% -
XYZ 9.04 10.35 7.31 -
YUV 88.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 88 93 70 0.05 0 0.25 0.64 73.04 0.14 0.32
Hex 58 5D 46 5 0 19 40 49 E 20
Octal 130 135 106 5 0 31 100 111 16 40
Binary 1011000 1011101 1000110 101 0 11001 1000000 1001001 1110 100000

Color Harmonies of #585D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D46

Black with #585D46

Text Example


Text Example

White with #585D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,70); }

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

background-color css

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

 a { background-color: rgb(88,93,70); }

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

border-color css

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

 span { border-color: rgb(88,93,70); }

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