Html Css Color HEX #48655B Stromboli

📋 copy color: '#48655B'

red 72 ◦ green 101 ◦ blue 91

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

Shades of Stromboli #48655B

Tints of Stromboli #48655B

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 value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#48655B (or 0x48655B) is known color: 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

RGB 72 101 91 -
CMYK 0.29 0 0.10 0.60
HSL 159.31º 0.17% 0.34% -
HSV(B) 159.31º 0.29% 0.4% -
XYZ 9.21 11.44 11.62 -
YUV 91.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 72 101 91 0.29 0 0.10 0.60 159.31 0.17 0.34
Hex 48 65 5B 1D 0 A 3C 9F 11 22
Octal 110 145 133 35 0 12 74 237 21 42
Binary 1001000 1100101 1011011 11101 0 1010 111100 10011111 10001 100010

Color Harmonies of #48655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48655B

Black with #48655B

Text Example


Text Example

White with #48655B

Text Example


Text Example

HTML Codes & Css Web 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>