Html Css Color HEX #016D5D Tropical Rain Forest

📋 copy color: '#016D5D'

red 1 ◦ green 109 ◦ blue 93

#016D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #016D5D

Tints of Tropical Rain Forest #016D5D

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 109 (42.97% from 255) = 53.69%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 0.49%
G = 53.69%
B = 45.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#016D5D (or 0x016D5D) is known color: Tropical Rain Forest. HEX triplet: 01, 6D and 5D. RGB value is (1,109,93). Sum of RGB (Red+Green+Blue) = 1+109+93=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #016D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D5D is #FE92A2. Grayscale: #4A4A4A. Windows color (decimal): -16683683 or 6122753. OLE color: 6122753.

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

Color convert

RGB 1 109 93 -
CMYK 0.99 0 0.15 0.57
HSL 171.11º 0.98% 0.22% -
HSV(B) 171.11º 0.99% 0.43% -
XYZ 7.46 11.73 12.23 -
YUV 74.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 1 109 93 0.99 0 0.15 0.57 171.11 0.98 0.22
Hex 1 6D 5D 63 0 F 39 AB 62 16
Octal 1 155 135 143 0 17 71 253 142 26
Binary 1 1101101 1011101 1100011 0 1111 111001 10101011 1100010 10110

Color Harmonies of #016D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D5D

Black with #016D5D

Text Example


Text Example

White with #016D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #016D5D;
 }
 .AnyTagClassName
 {
   color: #016D5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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