#477260

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

Shades of Stromboli #477260

Tints of Stromboli #477260

Color information

#477260 (or 0x477260) is unknown color: approx Stromboli. HEX triplet: 47, 72 and 60. RGB value is (71,114,96). Sum of RGB (Red+Green+Blue) = 71+114+96=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #477260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477260 is #B88D9F. Grayscale: #636363. Windows color (decimal): -12094880 or 6320711. OLE color: 6320711.

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

Color convert

RGB7111496-
CMYK0.3800.160.55
HSL154.88º23.24%36.27%-
HSV(B)154.88º37.72%44.71%-
XYZ10.7314.2213.25-
YUV99.09126.25107.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 114 (44.92% from 255) = 40.57%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=25.27%
G=40.57%
B=34.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114960.3800.160.55154.8823.2436.27
Hex47726026010379b1724
Octal10716214046020672332744
Binary1000111111001011000001001100100001101111001101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477260; }

 p { color: rgb(71,114,96); }

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

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

 a { background-color: rgb(71,114,96); }

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

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

 span { border-color: rgb(71,114,96); }

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