#057260

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

Shades of Tropical Rain Forest #057260

Tints of Tropical Rain Forest #057260

Color information

#057260 (or 0x057260) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 72 and 60. RGB value is (5,114,96). Sum of RGB (Red+Green+Blue) = 5+114+96=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #057260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057260 is #FA8D9F. Grayscale: #4F4F4F. Windows color (decimal): -16420256 or 6320645. OLE color: 6320645.

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

Color convert

RGB511496-
CMYK0.9600.160.55
HSL170.09º91.6%23.33%-
HSV(B)170.09º95.61%44.71%-
XYZ8.1912.9113.13-
YUV79.36137.3974.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=2.33%
G=53.02%
B=44.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114960.9600.160.55170.0991.623.33
Hex572606001037aa5c17
Octal51621401400206725213427
Binary10111100101100000110000001000011011110101010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057260; }

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

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

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

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

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

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

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

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