#057866

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

Shades of Tropical Rain Forest #057866

Tints of Tropical Rain Forest #057866

Color information

#057866 (or 0x057866) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 78 and 66. RGB value is (5,120,102). Sum of RGB (Red+Green+Blue) = 5+120+102=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #057866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057866 is #FA8799. Grayscale: #535353. Windows color (decimal): -16418714 or 6715397. OLE color: 6715397.

HSL color Cylindrical-coordinate representation of color #057866: hue angle of 170.61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057866 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB5120102-
CMYK0.9600.150.53
HSL170.61º92%24.51%-
HSV(B)170.61º95.83%47.06%-
XYZ9.1814.4214.87-
YUV83.56138.471.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=2.20%
G=52.86%
B=44.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51201020.9600.150.53170.619224.51
Hex57866600F35ab5c19
Octal51701461400176525313431
Binary1011111000110011011000000111111010110101011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057866; }

 p { color: rgb(5,120,102); }

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

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

 a { background-color: rgb(5,120,102); }

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

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

 span { border-color: rgb(5,120,102); }

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