#04725E

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

Shades of Tropical Rain Forest #04725E

Tints of Tropical Rain Forest #04725E

Color information

#04725E (or 0x04725E) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 72 and 5E. RGB value is (4,114,94). Sum of RGB (Red+Green+Blue) = 4+114+94=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #04725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04725E is #FB8DA1. Grayscale: #4E4E4E. Windows color (decimal): -16485794 or 6189572. OLE color: 6189572.

HSL color Cylindrical-coordinate representation of color #04725E: hue angle of 169.09º 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 #04725E is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB411494-
CMYK0.9600.180.55
HSL169.09º93.22%23.14%-
HSV(B)169.09º96.49%44.71%-
XYZ8.0912.8712.65-
YUV78.83136.5674.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 114 (44.92% from 255) = 53.77%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=1.89%
G=53.77%
B=44.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114940.9600.180.55169.0993.2223.14
Hex4725E6001237a95d17
Octal41621361400226725113527
Binary10011100101011110110000001001011011110101001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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