#48655B

Color #48655B Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #48655B

Tints of Stromboli #48655B

Color information

#48655B (or 0x48655B) is unknown color: approx Stromboli. HEX triplet: 48, 65 and 5B. RGB value is (72,101,91). Sum of RGB (Red+Green+Blue) = 72+101+91=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #48655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48655B is #B79AA4. Grayscale: #5B5B5B. Windows color (decimal): -12032677 or 5989704. OLE color: 5989704.

HSL color Cylindrical-coordinate representation of color #48655B: hue angle of 159.31º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48655B is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB7210191-
CMYK0.2900.100.60
HSL159.31º16.76%33.92%-
HSV(B)159.31º28.71%39.61%-
XYZ9.2111.4411.62-
YUV91.19127.89114.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=27.27%
G=38.26%
B=34.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101910.2900.100.60159.3116.7633.92
Hex48655B1D0A3C9f1122
Octal11014513335012742372142
Binary10010001100101101101111101010101111001001111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48655B; }

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

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

<style>
 a { background-color: #48655B; }

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

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

<style>
 span { border-color: #48655B; }

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

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