Html Css Color HEX #48665F Stromboli

📋 copy color: '#48665F'

red 72 ◦ green 102 ◦ blue 95

#48665F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #48665F

Tints of Stromboli #48665F

RGB

 RED value IS 72 (28.52% from 255) = 26.77%

 GREEN value IS 102 (40.23% from 255) = 37.92%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 26.77%
G = 37.92%
B = 35.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#48665F (or 0x48665F) is known color: Stromboli. HEX triplet: 48, 66 and 5F. RGB value is (72,102,95). Sum of RGB (Red+Green+Blue) = 72+102+95=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #48665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48665F is #B799A0. Grayscale: #5C5C5C. Windows color (decimal): -12032417 or 6252104. OLE color: 6252104.

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

Color convert

RGB 72 102 95 -
CMYK 0.29 0 0.07 0.6
HSL 166º 0.17% 0.34% -
HSV(B) 166º 0.29% 0.4% -
XYZ 9.49 11.71 12.59 -
YUV 92.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 72 102 95 0.29 0 0.07 0.6 166 0.17 0.34
Hex 48 66 5F 1D 0 7 3C A6 11 22
Octal 110 146 137 35 0 7 74 246 21 42
Binary 1001000 1100110 1011111 11101 0 111 111100 10100110 10001 100010

Color Harmonies of #48665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48665F

Black with #48665F

Text Example


Text Example

White with #48665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48665F;
 }
 .AnyTagClassName
 {
   color: #48665F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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