#047466

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

Shades of Tropical Rain Forest #047466

Tints of Tropical Rain Forest #047466

Color information

#047466 (or 0x047466) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 74 and 66. RGB value is (4,116,102). Sum of RGB (Red+Green+Blue) = 4+116+102=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #047466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047466 is #FB8B99. Grayscale: #505050. Windows color (decimal): -16485274 or 6714372. OLE color: 6714372.

HSL color Cylindrical-coordinate representation of color #047466: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047466 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB4116102-
CMYK0.9700.120.55
HSL172.5º93.33%23.53%-
HSV(B)172.5º96.55%45.49%-
XYZ8.6913.4814.71-
YUV80.92139.8973.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=1.80%
G=52.25%
B=45.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41161020.9700.120.55172.593.3323.53
Hex47466610C37ac5d18
Octal41641461410146725413530
Binary1001110100110011011000010110011011110101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047466; }

 p { color: rgb(4,116,102); }

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

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

 a { background-color: rgb(4,116,102); }

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

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

 span { border-color: rgb(4,116,102); }

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