Html Css Color HEX #487160 Stromboli

📋 copy color: '#487160'

red 72 ◦ green 113 ◦ blue 96

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

Shades of Stromboli #487160

Tints of Stromboli #487160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 25.62%
G = 40.21%
B = 34.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#487160 (or 0x487160) is known color: Stromboli. HEX triplet: 48, 71 and 60. RGB value is (72,113,96). Sum of RGB (Red+Green+Blue) = 72+113+96=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #487160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487160 is #B78E9F. Grayscale: #626262. Windows color (decimal): -12029600 or 6320456. OLE color: 6320456.

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

Color convert

RGB 72 113 96 -
CMYK 0.36 0 0.15 0.56
HSL 155.12º 0.22% 0.36% -
HSV(B) 155.12º 0.36% 0.44% -
XYZ 10.69 14.03 13.21 -
YUV 98.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 72 113 96 0.36 0 0.15 0.56 155.12 0.22 0.36
Hex 48 71 60 24 0 F 38 9B 16 24
Octal 110 161 140 44 0 17 70 233 26 44
Binary 1001000 1110001 1100000 100100 0 1111 111000 10011011 10110 100100

Color Harmonies of #487160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487160

Black with #487160

Text Example


Text Example

White with #487160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487160; }

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

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

background-color css

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

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

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

border-color css

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

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

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