#04755C

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

Shades of Tropical Rain Forest #04755C

Tints of Tropical Rain Forest #04755C

Color information

#04755C (or 0x04755C) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 75 and 5C. RGB value is (4,117,92). Sum of RGB (Red+Green+Blue) = 4+117+92=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #04755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04755C is #FB8AA3. Grayscale: #505050. Windows color (decimal): -16485028 or 6059268. OLE color: 6059268.

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

Color convert

RGB411792-
CMYK0.9700.210.54
HSL166.73º93.39%23.73%-
HSV(B)166.73º96.58%45.88%-
XYZ8.3413.5212.3-
YUV80.36134.5673.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=1.88%
G=54.93%
B=43.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4117920.9700.210.54166.7393.3923.73
Hex4755C6101536a75d18
Octal41651341410256624713530
Binary10011101011011100110000101010111011010100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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