#016A5D

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

Shades of Tropical Rain Forest #016A5D

Tints of Tropical Rain Forest #016A5D

Color information

#016A5D (or 0x016A5D) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6A and 5D. RGB value is (1,106,93). Sum of RGB (Red+Green+Blue) = 1+106+93=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 106 (41.80% from 255 or 53% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 106 - color contains mainly: green. Hex color #016A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A5D is #FE95A2. Grayscale: #494949. Windows color (decimal): -16684451 or 6121985. OLE color: 6121985.

HSL color Cylindrical-coordinate representation of color #016A5D: hue angle of 172.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A5D is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB110693-
CMYK0.9900.120.58
HSL172.57º98.13%20.98%-
HSV(B)172.57º99.06%41.57%-
XYZ7.1411.112.12-
YUV73.12139.2176.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 106 (41.80% from 255) = 53%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=0.5%
G=53%
B=46.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106930.9900.120.58172.5798.1320.98
Hex16A5D630C3Aad6215
Octal11521351430147225514225
Binary11101010101110111000110110011101010101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,106,93); }

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

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

 a { background-color: rgb(1,106,93); }

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

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

 span { border-color: rgb(1,106,93); }

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