Html Css Color HEX #48705F Stromboli

📋 copy color: '#48705F'

red 72 ◦ green 112 ◦ blue 95

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

Shades of Stromboli #48705F

Tints of Stromboli #48705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

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

R = 25.81%
G = 40.14%
B = 34.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#48705F (or 0x48705F) is known color: Stromboli. HEX triplet: 48, 70 and 5F. RGB value is (72,112,95). Sum of RGB (Red+Green+Blue) = 72+112+95=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #48705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48705F is #B78FA0. Grayscale: #626262. Windows color (decimal): -12029857 or 6254664. OLE color: 6254664.

HSL color Cylindrical-coordinate representation of color #48705F: hue angle of 154.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48705F is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 95 -
CMYK 0.36 0 0.15 0.56
HSL 154.5º 0.22% 0.36% -
HSV(B) 154.5º 0.36% 0.44% -
XYZ 10.53 13.79 12.93 -
YUV 98.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 72 112 95 0.36 0 0.15 0.56 154.5 0.22 0.36
Hex 48 70 5F 24 0 F 38 9A 16 24
Octal 110 160 137 44 0 17 70 232 26 44
Binary 1001000 1110000 1011111 100100 0 1111 111000 10011010 10110 100100

Color Harmonies of #48705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48705F

Black with #48705F

Text Example


Text Example

White with #48705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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