Html Css Color HEX #487060 Stromboli

📋 copy color: '#487060'

red 72 ◦ green 112 ◦ blue 96

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

Shades of Stromboli #487060

Tints of Stromboli #487060

RGB

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

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

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

R = 25.71%
G = 40%
B = 34.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#487060 (or 0x487060) is known color: Stromboli. HEX triplet: 48, 70 and 60. RGB value is (72,112,96). Sum of RGB (Red+Green+Blue) = 72+112+96=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #487060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487060 is #B78F9F. Grayscale: #626262. Windows color (decimal): -12029856 or 6320200. OLE color: 6320200.

HSL color Cylindrical-coordinate representation of color #487060: hue angle of 156º 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 #487060 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 96 -
CMYK 0.36 0 0.14 0.56
HSL 156º 0.22% 0.36% -
HSV(B) 156º 0.36% 0.44% -
XYZ 10.58 13.81 13.17 -
YUV 98.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 72 112 96 0.36 0 0.14 0.56 156 0.22 0.36
Hex 48 70 60 24 0 E 38 9C 16 24
Octal 110 160 140 44 0 16 70 234 26 44
Binary 1001000 1110000 1100000 100100 0 1110 111000 10011100 10110 100100

Color Harmonies of #487060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487060

Black with #487060

Text Example


Text Example

White with #487060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487060; }

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

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

background-color css

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

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

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

border-color css

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

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

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