#04765C

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

Shades of Tropical Rain Forest #04765C

Tints of Tropical Rain Forest #04765C

Color information

#04765C (or 0x04765C) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 76 and 5C. RGB value is (4,118,92). Sum of RGB (Red+Green+Blue) = 4+118+92=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 118 (46.48% from 255 or 55.14% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 118 - color contains mainly: green. Hex color #04765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04765C is #FB89A3. Grayscale: #505050. Windows color (decimal): -16484772 or 6059524. OLE color: 6059524.

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

Color convert

RGB411892-
CMYK0.9700.220.54
HSL166.32º93.44%23.92%-
HSV(B)166.32º96.61%46.27%-
XYZ8.4613.7612.33-
YUV80.95134.2373.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 118 (46.48% from 255) = 55.14%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=1.87%
G=55.14%
B=42.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4118920.9700.220.54166.3293.4423.92
Hex4765C6101636a65d18
Octal41661341410266624613530
Binary10011101101011100110000101011011011010100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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