#04715A

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

Shades of Tropical Rain Forest #04715A

Tints of Tropical Rain Forest #04715A

Color information

#04715A (or 0x04715A) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 71 and 5A. RGB value is (4,113,90). Sum of RGB (Red+Green+Blue) = 4+113+90=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #04715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04715A is #FB8EA5. Grayscale: #4D4D4D. Windows color (decimal): -16486054 or 5927172. OLE color: 5927172.

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

Color convert

RGB411390-
CMYK0.9600.200.56
HSL167.34º93.16%22.94%-
HSV(B)167.34º96.46%44.31%-
XYZ7.812.5711.69-
YUV77.79134.8975.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=1.93%
G=54.59%
B=43.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113900.9600.200.56167.3493.1622.94
Hex4715A6001438a75d17
Octal41611321400247024713527
Binary10011100011011010110000001010011100010100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04715A; }

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

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

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

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

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

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

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

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