Html Css Color HEX #575A47 Woodland

📋 copy color: '#575A47'

red 87 ◦ green 90 ◦ blue 71

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

Shades of Woodland #575A47

Tints of Woodland #575A47

RGB

 RED value IS 87 (34.38% from 255) = 35.08%

 GREEN value IS 90 (35.55% from 255) = 36.29%

 BLUE value IS 71 (28.13% from 255) = 28.63%

R = 35.08%
G = 36.29%
B = 28.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#575A47 (or 0x575A47) is known color: Woodland. HEX triplet: 57, 5A and 47. RGB value is (87,90,71). Sum of RGB (Red+Green+Blue) = 87+90+71=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #575A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A47 is #A8A5B8. Grayscale: #575757. Windows color (decimal): -11052473 or 4676183. OLE color: 4676183.

HSL color Cylindrical-coordinate representation of color #575A47: hue angle of 69.47º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575A47 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 71 -
CMYK 0.03 0 0.21 0.65
HSL 69.47º 0.12% 0.32% -
HSV(B) 69.47º 0.21% 0.35% -
XYZ 8.72 9.79 7.39 -
YUV 86.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 87 90 71 0.03 0 0.21 0.65 69.47 0.12 0.32
Hex 57 5A 47 3 0 15 41 45 C 20
Octal 127 132 107 3 0 25 101 105 14 40
Binary 1010111 1011010 1000111 11 0 10101 1000001 1000101 1100 100000

Color Harmonies of #575A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A47

Black with #575A47

Text Example


Text Example

White with #575A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A47; }

 p { color: rgb(87,90,71); }

 H1.HeaderClassName
 {
   color: #575A47;
 }
 .AnyTagClassName
 {
   color: #575A47;
 }
</style>

background-color css

<style>
 a { background-color: #575A47; }

 a { background-color: rgb(87,90,71); }

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

border-color css

<style>
 span { border-color: #575A47; }

 span { border-color: rgb(87,90,71); }

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