#056E5F

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

Shades of Tropical Rain Forest #056E5F

Tints of Tropical Rain Forest #056E5F

Color information

#056E5F (or 0x056E5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 6E and 5F. RGB value is (5,110,95). Sum of RGB (Red+Green+Blue) = 5+110+95=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #056E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E5F is #FA91A0. Grayscale: #4C4C4C. Windows color (decimal): -16421281 or 6254085. OLE color: 6254085.

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

Color convert

RGB511095-
CMYK0.9500.140.57
HSL171.43º91.3%22.55%-
HSV(B)171.43º95.45%43.14%-
XYZ7.712.0112.74-
YUV76.9138.2176.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 110 (43.36% from 255) = 52.38%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=2.38%
G=52.38%
B=45.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5110950.9500.140.57171.4391.322.55
Hex56E5F5F0E39ab5b17
Octal51561371370167125313327
Binary1011101110101111110111110111011100110101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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