#057261

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

Shades of Tropical Rain Forest #057261

Tints of Tropical Rain Forest #057261

Color information

#057261 (or 0x057261) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 72 and 61. RGB value is (5,114,97). Sum of RGB (Red+Green+Blue) = 5+114+97=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #057261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057261 is #FA8D9E. Grayscale: #4F4F4F. Windows color (decimal): -16420255 or 6386181. OLE color: 6386181.

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

Color convert

RGB511497-
CMYK0.9600.150.55
HSL170.64º91.6%23.33%-
HSV(B)170.64º95.61%44.71%-
XYZ8.2412.9313.37-
YUV79.47137.8974.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=2.31%
G=52.78%
B=44.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114970.9600.150.55170.6491.623.33
Hex57261600F37ab5c17
Octal51621411400176725313427
Binary1011110010110000111000000111111011110101011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057261; }

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

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

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

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

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

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

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

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