#017361

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

Shades of Tropical Rain Forest #017361

Tints of Tropical Rain Forest #017361

Color information

#017361 (or 0x017361) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 73 and 61. RGB value is (1,115,97). Sum of RGB (Red+Green+Blue) = 1+115+97=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #017361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017361 is #FE8C9E. Grayscale: #4E4E4E. Windows color (decimal): -16682143 or 6386433. OLE color: 6386433.

HSL color Cylindrical-coordinate representation of color #017361: hue angle of 170.53º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017361 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB111597-
CMYK0.9900.160.55
HSL170.53º98.28%22.75%-
HSV(B)170.53º99.13%45.1%-
XYZ8.313.1313.41-
YUV78.86138.2372.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=0.47%
G=53.99%
B=45.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115970.9900.160.55170.5398.2822.75
Hex173616301037ab6217
Octal11631411430206725314227
Binary111100111100001110001101000011011110101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017361; }

 p { color: rgb(1,115,97); }

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

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

 a { background-color: rgb(1,115,97); }

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

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

 span { border-color: rgb(1,115,97); }

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