#056E5E

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

Shades of Tropical Rain Forest #056E5E

Tints of Tropical Rain Forest #056E5E

Color information

#056E5E (or 0x056E5E) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6E and 5E. RGB value is (5,110,94). Sum of RGB (Red+Green+Blue) = 5+110+94=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #056E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E5E is #FA91A1. Grayscale: #4C4C4C. Windows color (decimal): -16421282 or 6188549. OLE color: 6188549.

HSL color Cylindrical-coordinate representation of color #056E5E: hue angle of 170.86º 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 #056E5E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB511094-
CMYK0.9500.150.57
HSL170.86º91.3%22.55%-
HSV(B)170.86º95.45%43.14%-
XYZ7.6611.9912.5-
YUV76.78137.7176.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 110 (43.36% from 255) = 52.63%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=2.39%
G=52.63%
B=44.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110940.9500.150.57170.8691.322.55
Hex56E5E5F0F39ab5b17
Octal51561361370177125313327
Binary1011101110101111010111110111111100110101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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