#04725C

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

Shades of Tropical Rain Forest #04725C

Tints of Tropical Rain Forest #04725C

Color information

#04725C (or 0x04725C) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 72 and 5C. RGB value is (4,114,92). Sum of RGB (Red+Green+Blue) = 4+114+92=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #04725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04725C is #FB8DA3. Grayscale: #4E4E4E. Windows color (decimal): -16485796 or 6058500. OLE color: 6058500.

HSL color Cylindrical-coordinate representation of color #04725C: hue angle of 168º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04725C is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB411492-
CMYK0.9600.190.55
HSL168º93.22%23.14%-
HSV(B)168º96.49%44.71%-
XYZ812.8312.18-
YUV78.6135.5674.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=1.90%
G=54.29%
B=43.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114920.9600.190.5516893.2223.14
Hex4725C6001337a85d17
Octal41621341400236725013527
Binary10011100101011100110000001001111011110101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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