#017564

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

Shades of Tropical Rain Forest #017564

Tints of Tropical Rain Forest #017564

Color information

#017564 (or 0x017564) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 75 and 64. RGB value is (1,117,100). Sum of RGB (Red+Green+Blue) = 1+117+100=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #017564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017564 is #FE8A9B. Grayscale: #505050. Windows color (decimal): -16681628 or 6583553. OLE color: 6583553.

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

Color convert

RGB1117100-
CMYK0.9900.150.54
HSL171.21º98.31%23.14%-
HSV(B)171.21º99.15%45.88%-
XYZ8.6713.6514.23-
YUV80.38139.0771.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 117 (46.09% from 255) = 53.67%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=0.46%
G=53.67%
B=45.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11171000.9900.150.54171.2198.3123.14
Hex17564630F36ab6217
Octal11651441430176625314227
Binary11110101110010011000110111111011010101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017564; }

 p { color: rgb(1,117,100); }

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

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

 a { background-color: rgb(1,117,100); }

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

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

 span { border-color: rgb(1,117,100); }

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