#487261

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

Shades of Stromboli #487261

Tints of Stromboli #487261

Color information

#487261 (or 0x487261) is unknown color: approx Stromboli. HEX triplet: 48, 72 and 61. RGB value is (72,114,97). Sum of RGB (Red+Green+Blue) = 72+114+97=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #487261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487261 is #B78D9E. Grayscale: #636363. Windows color (decimal): -12029343 or 6386248. OLE color: 6386248.

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

Color convert

RGB7211497-
CMYK0.3700.150.55
HSL155.71º22.58%36.47%-
HSV(B)155.71º36.84%44.71%-
XYZ10.8514.2813.49-
YUV99.5126.59108.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=25.44%
G=40.28%
B=34.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114970.3700.150.55155.7122.5836.47
Hex487261250F379c1724
Octal11016214145017672342744
Binary100100011100101100001100101011111101111001110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487261; }

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

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

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

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

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

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

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

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