#04765B

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

Shades of Tropical Rain Forest #04765B

Tints of Tropical Rain Forest #04765B

Color information

#04765B (or 0x04765B) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 76 and 5B. RGB value is (4,118,91). Sum of RGB (Red+Green+Blue) = 4+118+91=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #04765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04765B is #FB89A4. Grayscale: #505050. Windows color (decimal): -16484773 or 5993988. OLE color: 5993988.

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

Color convert

RGB411891-
CMYK0.9700.230.54
HSL165.79º93.44%23.92%-
HSV(B)165.79º96.61%46.27%-
XYZ8.4213.7412.11-
YUV80.84133.7373.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=1.88%
G=55.40%
B=42.72%

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
Decimal4118910.9700.230.54165.7993.4423.92
Hex4765B6101736a65d18
Octal41661331410276624613530
Binary10011101101011011110000101011111011010100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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