#48665E

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

Shades of Stromboli #48665E

Tints of Stromboli #48665E

Color information

#48665E (or 0x48665E) is unknown color: approx Stromboli. HEX triplet: 48, 66 and 5E. RGB value is (72,102,94). Sum of RGB (Red+Green+Blue) = 72+102+94=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #48665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48665E is #B799A1. Grayscale: #5C5C5C. Windows color (decimal): -12032418 or 6186568. OLE color: 6186568.

HSL color Cylindrical-coordinate representation of color #48665E: hue angle of 164º 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 #48665E is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB7210294-
CMYK0.2900.080.6
HSL164º17.24%34.12%-
HSV(B)164º29.41%40%-
XYZ9.4411.6912.35-
YUV92.12129.06113.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=26.87%
G=38.06%
B=35.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102940.2900.080.616417.2434.12
Hex48665E1D083Ca41122
Octal11014613635010742442142
Binary10010001100110101111011101010001111001010010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48665E; }

 p { color: rgb(72,102,94); }

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

<style>
 a { background-color: #48665E; }

 a { background-color: rgb(72,102,94); }

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

<style>
 span { border-color: #48665E; }

 span { border-color: rgb(72,102,94); }

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