Html Css Color HEX #5A6246 Woodland

📋 copy color: '#5A6246'

red 90 ◦ green 98 ◦ blue 70

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

Shades of Woodland #5A6246

Tints of Woodland #5A6246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 34.88%
G = 37.98%
B = 27.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#5A6246 (or 0x5A6246) is known color: Woodland. HEX triplet: 5A, 62 and 46. RGB value is (90,98,70). Sum of RGB (Red+Green+Blue) = 90+98+70=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6246 is #A59DB9. Grayscale: #5C5C5C. Windows color (decimal): -10853818 or 4612698. OLE color: 4612698.

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

Color convert

RGB 90 98 70 -
CMYK 0.08 0 0.29 0.62
HSL 77.14º 0.17% 0.33% -
HSV(B) 77.14º 0.29% 0.38% -
XYZ 9.69 11.35 7.47 -
YUV 92.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 90 98 70 0.08 0 0.29 0.62 77.14 0.17 0.33
Hex 5A 62 46 8 0 1D 3E 4D 11 21
Octal 132 142 106 10 0 35 76 115 21 41
Binary 1011010 1100010 1000110 1000 0 11101 111110 1001101 10001 100001

Color Harmonies of #5A6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6246

Black with #5A6246

Text Example


Text Example

White with #5A6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,70); }

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

background-color css

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

 a { background-color: rgb(90,98,70); }

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

border-color css

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

 span { border-color: rgb(90,98,70); }

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