#057960

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

Shades of Tropical Rain Forest #057960

Tints of Tropical Rain Forest #057960

Color information

#057960 (or 0x057960) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 79 and 60. RGB value is (5,121,96). Sum of RGB (Red+Green+Blue) = 5+121+96=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #057960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057960 is #FA869F. Grayscale: #535353. Windows color (decimal): -16418464 or 6322437. OLE color: 6322437.

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

Color convert

RGB512196-
CMYK0.9600.210.53
HSL167.07º92.06%24.71%-
HSV(B)167.07º95.87%47.45%-
XYZ9.0114.5513.4-
YUV83.47135.0772.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=2.25%
G=54.50%
B=43.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121960.9600.210.53167.0792.0624.71
Hex579606001535a75c19
Octal51711401400256524713431
Binary10111110011100000110000001010111010110100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057960; }

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

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

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

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

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

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

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

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