#016E5C

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

Shades of Tropical Rain Forest #016E5C

Tints of Tropical Rain Forest #016E5C

Color information

#016E5C (or 0x016E5C) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6E and 5C. RGB value is (1,110,92). Sum of RGB (Red+Green+Blue) = 1+110+92=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #016E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E5C is #FE91A3. Grayscale: #4B4B4B. Windows color (decimal): -16683428 or 6057473. OLE color: 6057473.

HSL color Cylindrical-coordinate representation of color #016E5C: hue angle of 170.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E5C is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB111092-
CMYK0.9900.160.57
HSL170.09º98.2%21.76%-
HSV(B)170.09º99.09%43.14%-
XYZ7.5211.9312.03-
YUV75.36137.3974.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 110 (43.36% from 255) = 54.19%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=0.49%
G=54.19%
B=45.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110920.9900.160.57170.0998.221.76
Hex16E5C6301039aa6216
Octal11561341430207125214226
Binary111011101011100110001101000011100110101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016E5C; }

 p { color: rgb(1,110,92); }

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

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

 a { background-color: rgb(1,110,92); }

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

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

 span { border-color: rgb(1,110,92); }

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