#047D64

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

Shades of Tropical Rain Forest #047D64

Tints of Tropical Rain Forest #047D64

Color information

#047D64 (or 0x047D64) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 7D and 64. RGB value is (4,125,100). Sum of RGB (Red+Green+Blue) = 4+125+100=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #047D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047D64 is #FB829B. Grayscale: #555555. Windows color (decimal): -16482972 or 6585604. OLE color: 6585604.

HSL color Cylindrical-coordinate representation of color #047D64: hue angle of 167.6º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D64 is Cyan = 0.97, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB4125100-
CMYK0.9700.20.51
HSL167.6º93.8%25.29%-
HSV(B)167.6º96.8%49.02%-
XYZ9.6815.6114.56-
YUV85.97135.9169.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 125 (49.22% from 255) = 54.59%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=1.75%
G=54.59%
B=43.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41251000.9700.20.51167.693.825.29
Hex47D646101433a85e19
Octal41751441410246325013631
Binary10011111011100100110000101010011001110101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047D64; }

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

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

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

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

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

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

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

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