#5A6048

Color #5A6048 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5A6048

Tints of Woodland #5A6048

Color information

#5A6048 (or 0x5A6048) is unknown color: approx Woodland. HEX triplet: 5A, 60 and 48. RGB value is (90,96,72). Sum of RGB (Red+Green+Blue) = 90+96+72=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6048 is #A59FB7. Grayscale: #5B5B5B. Windows color (decimal): -10854328 or 4743258. OLE color: 4743258.

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

Color convert

RGB909672-
CMYK0.0600.250.62
HSL75º14.29%32.94%-
HSV(B)75º25%37.65%-
XYZ9.5711.017.75-
YUV91.47117.01126.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=34.88%
G=37.21%
B=27.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096720.0600.250.627514.2932.94
Hex5A604860193E4be21
Octal1321401106031761131641
Binary10110101100000100100011001100111111010010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A6048;
 }
 .AnyTagClassName
 {
   color: #5A6048;
 }
</style>
background-color css

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

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

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

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

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

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