#057058

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

Shades of Tropical Rain Forest #057058

Tints of Tropical Rain Forest #057058

Color information

#057058 (or 0x057058) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 70 and 58. RGB value is (5,112,88). Sum of RGB (Red+Green+Blue) = 5+112+88=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #057058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057058 is #FA8FA7. Grayscale: #4D4D4D. Windows color (decimal): -16420776 or 5795845. OLE color: 5795845.

HSL color Cylindrical-coordinate representation of color #057058: hue angle of 166.54º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057058 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB511288-
CMYK0.9600.210.56
HSL166.54º91.45%22.94%-
HSV(B)166.54º95.54%43.92%-
XYZ7.6212.3311.21-
YUV77.27134.0576.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 112 (44.14% from 255) = 54.63%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=2.44%
G=54.63%
B=42.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112880.9600.210.56166.5491.4522.94
Hex570586001538a75b17
Octal51601301400257024713327
Binary10111100001011000110000001010111100010100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057058; }

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

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

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

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

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

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

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

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