Html Css Color HEX #486E60 Stromboli

📋 copy color: '#486E60'

red 72 ◦ green 110 ◦ blue 96

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

Shades of Stromboli #486E60

Tints of Stromboli #486E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.57%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 25.9%
G = 39.57%
B = 34.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#486E60 (or 0x486E60) is known color: Stromboli. HEX triplet: 48, 6E and 60. RGB value is (72,110,96). Sum of RGB (Red+Green+Blue) = 72+110+96=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 110 - color contains mainly: green. Hex color #486E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E60 is #B7919F. Grayscale: #616161. Windows color (decimal): -12030368 or 6319688. OLE color: 6319688.

HSL color Cylindrical-coordinate representation of color #486E60: hue angle of 157.89º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E60 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 96 -
CMYK 0.35 0 0.13 0.57
HSL 157.89º 0.21% 0.36% -
HSV(B) 157.89º 0.35% 0.43% -
XYZ 10.36 13.37 13.1 -
YUV 97.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 72 110 96 0.35 0 0.13 0.57 157.89 0.21 0.36
Hex 48 6E 60 23 0 D 39 9E 15 24
Octal 110 156 140 43 0 15 71 236 25 44
Binary 1001000 1101110 1100000 100011 0 1101 111001 10011110 10101 100100

Color Harmonies of #486E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E60

Black with #486E60

Text Example


Text Example

White with #486E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486E60; }

 p { color: rgb(72,110,96); }

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

background-color css

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

 a { background-color: rgb(72,110,96); }

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

border-color css

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

 span { border-color: rgb(72,110,96); }

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