#057758

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

Shades of Tropical Rain Forest #057758

Tints of Tropical Rain Forest #057758

Color information

#057758 (or 0x057758) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 77 and 58. RGB value is (5,119,88). Sum of RGB (Red+Green+Blue) = 5+119+88=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #057758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057758 is #FA88A7. Grayscale: #515151. Windows color (decimal): -16418984 or 5797637. OLE color: 5797637.

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

Color convert

RGB511988-
CMYK0.9600.260.53
HSL163.68º91.94%24.31%-
HSV(B)163.68º95.8%46.67%-
XYZ8.4213.9311.48-
YUV81.38131.7373.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=2.36%
G=56.13%
B=41.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5119880.9600.260.53163.6891.9424.31
Hex577586001A35a45c18
Octal51671301400326524413430
Binary10111101111011000110000001101011010110100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057758; }

 p { color: rgb(5,119,88); }

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

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

 a { background-color: rgb(5,119,88); }

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

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

 span { border-color: rgb(5,119,88); }

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