#047164

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

Shades of Tropical Rain Forest #047164

Tints of Tropical Rain Forest #047164

Color information

#047164 (or 0x047164) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 71 and 64. RGB value is (4,113,100). Sum of RGB (Red+Green+Blue) = 4+113+100=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #047164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047164 is #FB8E9B. Grayscale: #4E4E4E. Windows color (decimal): -16486044 or 6582532. OLE color: 6582532.

HSL color Cylindrical-coordinate representation of color #047164: hue angle of 172.84º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047164 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB4113100-
CMYK0.9600.120.56
HSL172.84º93.16%22.94%-
HSV(B)172.84º96.46%44.31%-
XYZ8.2612.7614.08-
YUV78.93139.8974.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 100 (39.45% from 255) = 46.08%
R=1.84%
G=52.07%
B=46.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41131000.9600.120.56172.8493.1622.94
Hex47164600C38ad5d17
Octal41611441400147025513527
Binary1001110001110010011000000110011100010101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047164; }

 p { color: rgb(4,113,100); }

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

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

 a { background-color: rgb(4,113,100); }

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

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

 span { border-color: rgb(4,113,100); }

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