#056E5B

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

Shades of Tropical Rain Forest #056E5B

Tints of Tropical Rain Forest #056E5B

Color information

#056E5B (or 0x056E5B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6E and 5B. RGB value is (5,110,91). Sum of RGB (Red+Green+Blue) = 5+110+91=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #056E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E5B is #FA91A4. Grayscale: #4C4C4C. Windows color (decimal): -16421285 or 5991941. OLE color: 5991941.

HSL color Cylindrical-coordinate representation of color #056E5B: hue angle of 169.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E5B is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB511091-
CMYK0.9500.170.57
HSL169.14º91.3%22.55%-
HSV(B)169.14º95.45%43.14%-
XYZ7.5311.9411.81-
YUV76.44136.2177.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=2.43%
G=53.40%
B=44.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110910.9500.170.57169.1491.322.55
Hex56E5B5F01139a95b17
Octal51561331370217125113327
Binary10111011101011011101111101000111100110101001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056E5B; }

 p { color: rgb(5,110,91); }

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

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

 a { background-color: rgb(5,110,91); }

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

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

 span { border-color: rgb(5,110,91); }

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