#5B6048

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

Shades of Woodland #5B6048

Tints of Woodland #5B6048

Color information

#5B6048 (or 0x5B6048) is unknown color: approx Woodland. HEX triplet: 5B, 60 and 48. RGB value is (91,96,72). Sum of RGB (Red+Green+Blue) = 91+96+72=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6048 is #A49FB7. Grayscale: #5B5B5B. Windows color (decimal): -10788792 or 4743259. OLE color: 4743259.

HSL color Cylindrical-coordinate representation of color #5B6048: hue angle of 72.5º 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 #5B6048 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB919672-
CMYK0.0500.250.62
HSL72.5º14.29%32.94%-
HSV(B)72.5º25%37.65%-
XYZ9.6711.067.76-
YUV91.77116.84127.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.14%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=35.14%
G=37.07%
B=27.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196720.0500.250.6272.514.2932.94
Hex5B604850193E48e21
Octal1331401105031761101641
Binary10110111100000100100010101100111111010010001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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