#047465

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

Shades of Tropical Rain Forest #047465

Tints of Tropical Rain Forest #047465

Color information

#047465 (or 0x047465) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 74 and 65. RGB value is (4,116,101). Sum of RGB (Red+Green+Blue) = 4+116+101=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #047465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047465 is #FB8B9A. Grayscale: #505050. Windows color (decimal): -16485275 or 6648836. OLE color: 6648836.

HSL color Cylindrical-coordinate representation of color #047465: hue angle of 171.96º 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 #047465 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB4116101-
CMYK0.9700.130.55
HSL171.96º93.33%23.53%-
HSV(B)171.96º96.55%45.49%-
XYZ8.6413.4614.45-
YUV80.8139.3973.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=1.81%
G=52.49%
B=45.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41161010.9700.130.55171.9693.3323.53
Hex47465610D37ac5d18
Octal41641451410156725413530
Binary1001110100110010111000010110111011110101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047465; }

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

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

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

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

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

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

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

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