Html Css Color HEX #585D45 Woodland

📋 copy color: '#585D45'

red 88 ◦ green 93 ◦ blue 69

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

Shades of Woodland #585D45

Tints of Woodland #585D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 35.2%
G = 37.2%
B = 27.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#585D45 (or 0x585D45) is known color: Woodland. HEX triplet: 58, 5D and 45. RGB value is (88,93,69). Sum of RGB (Red+Green+Blue) = 88+93+69=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #585D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D45 is #A7A2BA. Grayscale: #585858. Windows color (decimal): -10986171 or 4545880. OLE color: 4545880.

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

Color convert

RGB 88 93 69 -
CMYK 0.05 0 0.26 0.64
HSL 72.5º 0.15% 0.32% -
HSV(B) 72.5º 0.26% 0.36% -
XYZ 9.01 10.33 7.15 -
YUV 88.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 88 93 69 0.05 0 0.26 0.64 72.5 0.15 0.32
Hex 58 5D 45 5 0 1A 40 48 F 20
Octal 130 135 105 5 0 32 100 110 17 40
Binary 1011000 1011101 1000101 101 0 11010 1000000 1001000 1111 100000

Color Harmonies of #585D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D45

Black with #585D45

Text Example


Text Example

White with #585D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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