#04725A

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

Shades of Tropical Rain Forest #04725A

Tints of Tropical Rain Forest #04725A

Color information

#04725A (or 0x04725A) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 72 and 5A. RGB value is (4,114,90). Sum of RGB (Red+Green+Blue) = 4+114+90=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #04725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04725A is #FB8DA5. Grayscale: #4E4E4E. Windows color (decimal): -16485798 or 5927428. OLE color: 5927428.

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

Color convert

RGB411490-
CMYK0.9600.210.55
HSL166.91º93.22%23.14%-
HSV(B)166.91º96.49%44.71%-
XYZ7.9112.811.73-
YUV78.37134.5674.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=1.92%
G=54.81%
B=43.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114900.9600.210.55166.9193.2223.14
Hex4725A6001537a75d17
Octal41621321400256724713527
Binary10011100101011010110000001010111011110100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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