Html Css Color HEX #585F3D Woodland

📋 copy color: '#585F3D'

red 88 ◦ green 95 ◦ blue 61

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

Shades of Woodland #585F3D

Tints of Woodland #585F3D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.93%

 BLUE value IS 61 (24.22% from 255) = 25%

R = 36.07%
G = 38.93%
B = 25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#585F3D (or 0x585F3D) is known color: Woodland. HEX triplet: 58, 5F and 3D. RGB value is (88,95,61). Sum of RGB (Red+Green+Blue) = 88+95+61=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 95 - color contains mainly: green. Hex color #585F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F3D is #A7A0C2. Grayscale: #595959. Windows color (decimal): -10985667 or 4022104. OLE color: 4022104.

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

Color convert

RGB 88 95 61 -
CMYK 0.07 0 0.36 0.63
HSL 72.35º 0.22% 0.31% -
HSV(B) 72.35º 0.36% 0.37% -
XYZ 8.96 10.6 5.99 -
YUV 89.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 88 95 61 0.07 0 0.36 0.63 72.35 0.22 0.31
Hex 58 5F 3D 7 0 24 3F 48 16 1F
Octal 130 137 75 7 0 44 77 110 26 37
Binary 1011000 1011111 111101 111 0 100100 111111 1001000 10110 11111

Color Harmonies of #585F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F3D

Black with #585F3D

Text Example


Text Example

White with #585F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,61); }

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

background-color css

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

 a { background-color: rgb(88,95,61); }

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

border-color css

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

 span { border-color: rgb(88,95,61); }

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