#057C55

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

Shades of Tropical Rain Forest #057C55

Tints of Tropical Rain Forest #057C55

Color information

#057C55 (or 0x057C55) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 7C and 55. RGB value is (5,124,85). Sum of RGB (Red+Green+Blue) = 5+124+85=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #057C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057C55 is #FA83AA. Grayscale: #545454. Windows color (decimal): -16417707 or 5602309. OLE color: 5602309.

HSL color Cylindrical-coordinate representation of color #057C55: hue angle of 160.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C55 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB512485-
CMYK0.9600.310.51
HSL160.34º92.25%25.29%-
HSV(B)160.34º95.97%48.63%-
XYZ8.9115.111.04-
YUV83.97128.5871.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 124 (48.83% from 255) = 57.94%
BLUE value IS 85 (33.59% from 255) = 39.72%
R=2.34%
G=57.94%
B=39.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5124850.9600.310.51160.3492.2525.29
Hex57C556001F33a05c19
Octal51741251400376324013431
Binary10111111001010101110000001111111001110100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057C55; }

 p { color: rgb(5,124,85); }

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

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

 a { background-color: rgb(5,124,85); }

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

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

 span { border-color: rgb(5,124,85); }

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