#04715C

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

Shades of Tropical Rain Forest #04715C

Tints of Tropical Rain Forest #04715C

Color information

#04715C (or 0x04715C) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 71 and 5C. RGB value is (4,113,92). Sum of RGB (Red+Green+Blue) = 4+113+92=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #04715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04715C is #FB8EA3. Grayscale: #4D4D4D. Windows color (decimal): -16486052 or 6058244. OLE color: 6058244.

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

Color convert

RGB411392-
CMYK0.9600.190.56
HSL168.44º93.16%22.94%-
HSV(B)168.44º96.46%44.31%-
XYZ7.8912.6112.14-
YUV78.02135.8975.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=1.91%
G=54.07%
B=44.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113920.9600.190.56168.4493.1622.94
Hex4715C6001338a85d17
Octal41611341400237025013527
Binary10011100011011100110000001001111100010101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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