#04705B

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

Shades of Tropical Rain Forest #04705B

Tints of Tropical Rain Forest #04705B

Color information

#04705B (or 0x04705B) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 70 and 5B. RGB value is (4,112,91). Sum of RGB (Red+Green+Blue) = 4+112+91=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #04705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04705B is #FB8FA4. Grayscale: #4D4D4D. Windows color (decimal): -16486309 or 5992452. OLE color: 5992452.

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

Color convert

RGB411291-
CMYK0.9600.190.56
HSL168.33º93.1%22.75%-
HSV(B)168.33º96.43%43.92%-
XYZ7.7312.3711.88-
YUV77.31135.7275.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=1.93%
G=54.11%
B=43.96%

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
Decimal4112910.9600.190.56168.3393.122.75
Hex4705B6001338a85d17
Octal41601331400237025013527
Binary10011100001011011110000001001111100010101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04705B; }

 p { color: rgb(4,112,91); }

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

<style>
 a { background-color: #04705B; }

 a { background-color: rgb(4,112,91); }

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

<style>
 span { border-color: #04705B; }

 span { border-color: rgb(4,112,91); }

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