#04755A

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

Shades of Tropical Rain Forest #04755A

Tints of Tropical Rain Forest #04755A

Color information

#04755A (or 0x04755A) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 75 and 5A. RGB value is (4,117,90). Sum of RGB (Red+Green+Blue) = 4+117+90=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #04755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04755A is #FB8AA5. Grayscale: #505050. Windows color (decimal): -16485030 or 5928196. OLE color: 5928196.

HSL color Cylindrical-coordinate representation of color #04755A: hue angle of 165.66º 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 #04755A is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB411790-
CMYK0.9700.230.54
HSL165.66º93.39%23.73%-
HSV(B)165.66º96.58%45.88%-
XYZ8.2613.4911.84-
YUV80.14133.5673.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=1.90%
G=55.45%
B=42.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4117900.9700.230.54165.6693.3923.73
Hex4755A6101736a65d18
Octal41651321410276624613530
Binary10011101011011010110000101011111011010100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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