#04745C

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

Shades of Tropical Rain Forest #04745C

Tints of Tropical Rain Forest #04745C

Color information

#04745C (or 0x04745C) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 74 and 5C. RGB value is (4,116,92). Sum of RGB (Red+Green+Blue) = 4+116+92=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #04745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04745C is #FB8BA3. Grayscale: #4F4F4F. Windows color (decimal): -16485284 or 6059012. OLE color: 6059012.

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

Color convert

RGB411692-
CMYK0.9700.210.55
HSL167.14º93.33%23.53%-
HSV(B)167.14º96.55%45.49%-
XYZ8.2313.2912.26-
YUV79.78134.8973.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=1.89%
G=54.72%
B=43.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116920.9700.210.55167.1493.3323.53
Hex4745C6101537a75d18
Octal41641341410256724713530
Binary10011101001011100110000101010111011110100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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