#047560

Color #047560 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #047560

Tints of Tropical Rain Forest #047560

Color information

#047560 (or 0x047560) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 75 and 60. RGB value is (4,117,96). Sum of RGB (Red+Green+Blue) = 4+117+96=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #047560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047560 is #FB8A9F. Grayscale: #505050. Windows color (decimal): -16485024 or 6321412. OLE color: 6321412.

HSL color Cylindrical-coordinate representation of color #047560: hue angle of 168.85º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047560 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB411796-
CMYK0.9700.180.54
HSL168.85º93.39%23.73%-
HSV(B)168.85º96.58%45.88%-
XYZ8.5213.5913.24-
YUV80.82136.5673.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=1.84%
G=53.92%
B=44.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4117960.9700.180.54168.8593.3923.73
Hex475606101236a95d18
Octal41651401410226625113530
Binary10011101011100000110000101001011011010101001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047560; }

 p { color: rgb(4,117,96); }

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

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

 a { background-color: rgb(4,117,96); }

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

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

 span { border-color: rgb(4,117,96); }

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