#057460

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

Shades of Tropical Rain Forest #057460

Tints of Tropical Rain Forest #057460

Color information

#057460 (or 0x057460) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 74 and 60. RGB value is (5,116,96). Sum of RGB (Red+Green+Blue) = 5+116+96=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #057460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057460 is #FA8B9F. Grayscale: #505050. Windows color (decimal): -16419744 or 6321157. OLE color: 6321157.

HSL color Cylindrical-coordinate representation of color #057460: hue angle of 169.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057460 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB511696-
CMYK0.9600.170.55
HSL169.19º91.74%23.73%-
HSV(B)169.19º95.69%45.49%-
XYZ8.4213.3713.2-
YUV80.53136.7374.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=2.30%
G=53.46%
B=44.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116960.9600.170.55169.1991.7423.73
Hex574606001137a95c18
Octal51641401400216725113430
Binary10111101001100000110000001000111011110101001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057460; }

 p { color: rgb(5,116,96); }

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

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

 a { background-color: rgb(5,116,96); }

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

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

 span { border-color: rgb(5,116,96); }

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