Html Css Color HEX #486158 Stromboli

📋 copy color: '#486158'

red 72 ◦ green 97 ◦ blue 88

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

Shades of Stromboli #486158

Tints of Stromboli #486158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 28.02%
G = 37.74%
B = 34.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#486158 (or 0x486158) is known color: Stromboli. HEX triplet: 48, 61 and 58. RGB value is (72,97,88). Sum of RGB (Red+Green+Blue) = 72+97+88=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #486158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486158 is #B79EA7. Grayscale: #585858. Windows color (decimal): -12033704 or 5792072. OLE color: 5792072.

HSL color Cylindrical-coordinate representation of color #486158: hue angle of 158.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #486158 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 88 -
CMYK 0.26 0 0.09 0.62
HSL 158.4º 0.15% 0.33% -
HSV(B) 158.4º 0.26% 0.38% -
XYZ 8.71 10.63 10.83 -
YUV 88.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 72 97 88 0.26 0 0.09 0.62 158.4 0.15 0.33
Hex 48 61 58 1A 0 9 3E 9E F 21
Octal 110 141 130 32 0 11 76 236 17 41
Binary 1001000 1100001 1011000 11010 0 1001 111110 10011110 1111 100001

Color Harmonies of #486158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486158

Black with #486158

Text Example


Text Example

White with #486158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486158; }

 p { color: rgb(72,97,88); }

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

background-color css

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

 a { background-color: rgb(72,97,88); }

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

border-color css

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

 span { border-color: rgb(72,97,88); }

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