#047461

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

Shades of Tropical Rain Forest #047461

Tints of Tropical Rain Forest #047461

Color information

#047461 (or 0x047461) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 74 and 61. RGB value is (4,116,97). Sum of RGB (Red+Green+Blue) = 4+116+97=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #047461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047461 is #FB8B9E. Grayscale: #505050. Windows color (decimal): -16485279 or 6386692. OLE color: 6386692.

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

Color convert

RGB411697-
CMYK0.9700.160.55
HSL169.82º93.33%23.53%-
HSV(B)169.82º96.55%45.49%-
XYZ8.4513.3813.45-
YUV80.35137.3973.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=1.84%
G=53.46%
B=44.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116970.9700.160.55169.8293.3323.53
Hex474616101037aa5d18
Octal41641411410206725213530
Binary10011101001100001110000101000011011110101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047461; }

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

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

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

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

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

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

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

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