#04765E

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

Shades of Tropical Rain Forest #04765E

Tints of Tropical Rain Forest #04765E

Color information

#04765E (or 0x04765E) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 76 and 5E. RGB value is (4,118,94). Sum of RGB (Red+Green+Blue) = 4+118+94=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #04765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04765E is #FB89A1. Grayscale: #515151. Windows color (decimal): -16484770 or 6190596. OLE color: 6190596.

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

Color convert

RGB411894-
CMYK0.9700.200.54
HSL167.37º93.44%23.92%-
HSV(B)167.37º96.61%46.27%-
XYZ8.5513.7912.8-
YUV81.18135.2372.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=1.85%
G=54.63%
B=43.52%

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
Decimal4118940.9700.200.54167.3793.4423.92
Hex4765E6101436a75d18
Octal41661361410246624713530
Binary10011101101011110110000101010011011010100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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