#5B6148

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

Shades of Woodland #5B6148

Tints of Woodland #5B6148

Color information

#5B6148 (or 0x5B6148) is unknown color: approx Woodland. HEX triplet: 5B, 61 and 48. RGB value is (91,97,72). Sum of RGB (Red+Green+Blue) = 91+97+72=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6148 is #A49EB7. Grayscale: #5C5C5C. Windows color (decimal): -10788536 or 4743515. OLE color: 4743515.

HSL color Cylindrical-coordinate representation of color #5B6148: 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 #5B6148 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB919772-
CMYK0.0600.260.62
HSL74.4º14.79%33.14%-
HSV(B)74.4º25.77%38.04%-
XYZ9.7611.247.79-
YUV92.36116.51127.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=35%
G=37.31%
B=27.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197720.0600.260.6274.414.7933.14
Hex5B6148601A3E4af21
Octal1331411106032761121741
Binary10110111100001100100011001101011111010010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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