#04755E

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

Shades of Tropical Rain Forest #04755E

Tints of Tropical Rain Forest #04755E

Color information

#04755E (or 0x04755E) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 75 and 5E. RGB value is (4,117,94). Sum of RGB (Red+Green+Blue) = 4+117+94=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #04755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04755E is #FB8AA1. Grayscale: #505050. Windows color (decimal): -16485026 or 6190340. OLE color: 6190340.

HSL color Cylindrical-coordinate representation of color #04755E: hue angle of 167.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04755E is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB411794-
CMYK0.9700.200.54
HSL167.79º93.39%23.73%-
HSV(B)167.79º96.58%45.88%-
XYZ8.4313.5612.76-
YUV80.59135.5673.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 117 (46.09% from 255) = 54.42%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=1.86%
G=54.42%
B=43.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4117940.9700.200.54167.7993.3923.73
Hex4755E6101436a85d18
Octal41651361410246625013530
Binary10011101011011110110000101010011011010101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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