#047160

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

Shades of Tropical Rain Forest #047160

Tints of Tropical Rain Forest #047160

Color information

#047160 (or 0x047160) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 71 and 60. RGB value is (4,113,96). Sum of RGB (Red+Green+Blue) = 4+113+96=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #047160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047160 is #FB8E9F. Grayscale: #4E4E4E. Windows color (decimal): -16486048 or 6320388. OLE color: 6320388.

HSL color Cylindrical-coordinate representation of color #047160: hue angle of 170.64º 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 #047160 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB411396-
CMYK0.9600.150.56
HSL170.64º93.16%22.94%-
HSV(B)170.64º96.46%44.31%-
XYZ8.0712.6813.09-
YUV78.47137.8974.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=1.88%
G=53.05%
B=45.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113960.9600.150.56170.6493.1622.94
Hex47160600F38ab5d17
Octal41611401400177025313527
Binary1001110001110000011000000111111100010101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047160; }

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

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

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

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

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

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

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

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