Html Css Color HEX #486F60 Stromboli

📋 copy color: '#486F60'

red 72 ◦ green 111 ◦ blue 96

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

Shades of Stromboli #486F60

Tints of Stromboli #486F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

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

R = 25.81%
G = 39.78%
B = 34.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#486F60 (or 0x486F60) is known color: Stromboli. HEX triplet: 48, 6F and 60. RGB value is (72,111,96). Sum of RGB (Red+Green+Blue) = 72+111+96=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #486F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F60 is #B7909F. Grayscale: #616161. Windows color (decimal): -12030112 or 6319944. OLE color: 6319944.

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

Color convert

RGB 72 111 96 -
CMYK 0.35 0 0.14 0.56
HSL 156.92º 0.21% 0.36% -
HSV(B) 156.92º 0.35% 0.44% -
XYZ 10.47 13.59 13.14 -
YUV 97.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 72 111 96 0.35 0 0.14 0.56 156.92 0.21 0.36
Hex 48 6F 60 23 0 E 38 9D 15 24
Octal 110 157 140 43 0 16 70 235 25 44
Binary 1001000 1101111 1100000 100011 0 1110 111000 10011101 10101 100100

Color Harmonies of #486F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F60

Black with #486F60

Text Example


Text Example

White with #486F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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