#01745C

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

Shades of Tropical Rain Forest #01745C

Tints of Tropical Rain Forest #01745C

Color information

#01745C (or 0x01745C) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 74 and 5C. RGB value is (1,116,92). Sum of RGB (Red+Green+Blue) = 1+116+92=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #01745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01745C is #FE8BA3. Grayscale: #4E4E4E. Windows color (decimal): -16681892 or 6059009. OLE color: 6059009.

HSL color Cylindrical-coordinate representation of color #01745C: hue angle of 167.48º 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 #01745C is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB111692-
CMYK0.9900.210.55
HSL167.48º98.29%22.94%-
HSV(B)167.48º99.14%45.49%-
XYZ8.1913.2712.25-
YUV78.88135.472.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=0.48%
G=55.50%
B=44.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1116920.9900.210.55167.4898.2922.94
Hex1745C6301537a76217
Octal11641341430256724714227
Binary111101001011100110001101010111011110100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01745C; }

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

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

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

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

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

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

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

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