#487062

Color #487062 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #487062

Tints of Stromboli #487062

Color information

#487062 (or 0x487062) is unknown color: approx Stromboli. HEX triplet: 48, 70 and 62. RGB value is (72,112,98). Sum of RGB (Red+Green+Blue) = 72+112+98=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #487062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487062 is #B78F9D. Grayscale: #626262. Windows color (decimal): -12029854 or 6451272. OLE color: 6451272.

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

Color convert

RGB7211298-
CMYK0.3600.130.56
HSL159º21.74%36.08%-
HSV(B)159º35.71%43.92%-
XYZ10.6713.8513.67-
YUV98.44127.75109.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=25.53%
G=39.72%
B=34.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112980.3600.130.5615921.7436.08
Hex487062240D389f1624
Octal11016014244015702372644
Binary100100011100001100010100100011011110001001111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487062; }

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

 H1.HeaderClassName
 {
   color: #487062;
 }
 .AnyTagClassName
 {
   color: #487062;
 }
</style>
background-color css

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

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

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

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

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

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