#487262

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

Shades of Stromboli #487262

Tints of Stromboli #487262

Color information

#487262 (or 0x487262) is unknown color: approx Stromboli. HEX triplet: 48, 72 and 62. RGB value is (72,114,98). Sum of RGB (Red+Green+Blue) = 72+114+98=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #487262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487262 is #B78D9D. Grayscale: #636363. Windows color (decimal): -12029342 or 6451784. OLE color: 6451784.

HSL color Cylindrical-coordinate representation of color #487262: hue angle of 157.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487262 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB7211498-
CMYK0.3700.140.55
HSL157.14º22.58%36.47%-
HSV(B)157.14º36.84%44.71%-
XYZ10.8914.2913.74-
YUV99.62127.09108.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=25.35%
G=40.14%
B=34.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114980.3700.140.55157.1422.5836.47
Hex487262250E379d1724
Octal11016214245016672352744
Binary100100011100101100010100101011101101111001110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487262; }

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

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

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

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

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

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

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

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