Html Css Color HEX #486C60 Stromboli

📋 copy color: '#486C60'

red 72 ◦ green 108 ◦ blue 96

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

Shades of Stromboli #486C60

Tints of Stromboli #486C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.13%

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

R = 26.09%
G = 39.13%
B = 34.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#486C60 (or 0x486C60) is known color: Stromboli. HEX triplet: 48, 6C and 60. RGB value is (72,108,96). Sum of RGB (Red+Green+Blue) = 72+108+96=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #486C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C60 is #B7939F. Grayscale: #5F5F5F. Windows color (decimal): -12030880 or 6319176. OLE color: 6319176.

HSL color Cylindrical-coordinate representation of color #486C60: hue angle of 160º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486C60 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 96 -
CMYK 0.33 0 0.11 0.58
HSL 160º 0.2% 0.35% -
HSV(B) 160º 0.33% 0.42% -
XYZ 10.15 12.95 13.03 -
YUV 95.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 72 108 96 0.33 0 0.11 0.58 160 0.2 0.35
Hex 48 6C 60 21 0 B 3A A0 14 23
Octal 110 154 140 41 0 13 72 240 24 43
Binary 1001000 1101100 1100000 100001 0 1011 111010 10100000 10100 100011

Color Harmonies of #486C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C60

Black with #486C60

Text Example


Text Example

White with #486C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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