#5B6348

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

Shades of Woodland #5B6348

Tints of Woodland #5B6348

Color information

#5B6348 (or 0x5B6348) is unknown color: approx Woodland. HEX triplet: 5B, 63 and 48. RGB value is (91,99,72). Sum of RGB (Red+Green+Blue) = 91+99+72=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6348 is #A49CB7. Grayscale: #5D5D5D. Windows color (decimal): -10788024 or 4744027. OLE color: 4744027.

HSL color Cylindrical-coordinate representation of color #5B6348: hue angle of 77.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B6348 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB919972-
CMYK0.0800.270.61
HSL77.78º15.79%33.53%-
HSV(B)77.78º27.27%38.82%-
XYZ9.9511.627.85-
YUV93.53115.85126.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=34.73%
G=37.79%
B=27.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199720.0800.270.6177.7815.7933.53
Hex5B6348801B3D4e1022
Octal13314311010033751162042
Binary1011011110001110010001000011011111101100111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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