Html Css Color HEX #5A6047 Woodland

📋 copy color: '#5A6047'

red 90 ◦ green 96 ◦ blue 71

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

Shades of Woodland #5A6047

Tints of Woodland #5A6047

RGB

 RED value IS 90 (35.55% from 255) = 35.02%

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 35.02%
G = 37.35%
B = 27.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#5A6047 (or 0x5A6047) is known color: Woodland. HEX triplet: 5A, 60 and 47. RGB value is (90,96,71). Sum of RGB (Red+Green+Blue) = 90+96+71=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6047 is #A59FB8. Grayscale: #5B5B5B. Windows color (decimal): -10854329 or 4677722. OLE color: 4677722.

HSL color Cylindrical-coordinate representation of color #5A6047: hue angle of 74.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A6047 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 71 -
CMYK 0.06 0 0.26 0.62
HSL 74.4º 0.15% 0.33% -
HSV(B) 74.4º 0.26% 0.38% -
XYZ 9.54 10.99 7.58 -
YUV 91.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 90 96 71 0.06 0 0.26 0.62 74.4 0.15 0.33
Hex 5A 60 47 6 0 1A 3E 4A F 21
Octal 132 140 107 6 0 32 76 112 17 41
Binary 1011010 1100000 1000111 110 0 11010 111110 1001010 1111 100001

Color Harmonies of #5A6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6047

Black with #5A6047

Text Example


Text Example

White with #5A6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6047; }

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

 H1.HeaderClassName
 {
   color: #5A6047;
 }
 .AnyTagClassName
 {
   color: #5A6047;
 }
</style>

background-color css

<style>
 a { background-color: #5A6047; }

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

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

border-color css

<style>
 span { border-color: #5A6047; }

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

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