Html Css Color HEX #5A6147 Woodland

📋 copy color: '#5A6147'

red 90 ◦ green 97 ◦ blue 71

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

Shades of Woodland #5A6147

Tints of Woodland #5A6147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 34.88%
G = 37.6%
B = 27.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#5A6147 (or 0x5A6147) is known color: Woodland. HEX triplet: 5A, 61 and 47. RGB value is (90,97,71). Sum of RGB (Red+Green+Blue) = 90+97+71=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6147 is #A59EB8. Grayscale: #5C5C5C. Windows color (decimal): -10854073 or 4677978. OLE color: 4677978.

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

Color convert

RGB 90 97 71 -
CMYK 0.07 0 0.27 0.62
HSL 76.15º 0.15% 0.33% -
HSV(B) 76.15º 0.27% 0.38% -
XYZ 9.63 11.18 7.61 -
YUV 91.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 90 97 71 0.07 0 0.27 0.62 76.15 0.15 0.33
Hex 5A 61 47 7 0 1B 3E 4C F 21
Octal 132 141 107 7 0 33 76 114 17 41
Binary 1011010 1100001 1000111 111 0 11011 111110 1001100 1111 100001

Color Harmonies of #5A6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6147

Black with #5A6147

Text Example


Text Example

White with #5A6147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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