#057958

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

Shades of Tropical Rain Forest #057958

Tints of Tropical Rain Forest #057958

Color information

#057958 (or 0x057958) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 79 and 58. RGB value is (5,121,88). Sum of RGB (Red+Green+Blue) = 5+121+88=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #057958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057958 is #FA86A7. Grayscale: #525252. Windows color (decimal): -16418472 or 5798149. OLE color: 5798149.

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

Color convert

RGB512188-
CMYK0.9600.270.53
HSL162.93º92.06%24.71%-
HSV(B)162.93º95.87%47.45%-
XYZ8.6614.4111.56-
YUV82.55131.0772.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 121 (47.66% from 255) = 56.54%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=2.34%
G=56.54%
B=41.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121880.9600.270.53162.9392.0624.71
Hex579586001B35a35c19
Octal51711301400336524313431
Binary10111110011011000110000001101111010110100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057958; }

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

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

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

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

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

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

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

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