#04775F

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

Shades of Tropical Rain Forest #04775F

Tints of Tropical Rain Forest #04775F

Color information

#04775F (or 0x04775F) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 77 and 5F. RGB value is (4,119,95). Sum of RGB (Red+Green+Blue) = 4+119+95=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #04775F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04775F is #FB88A0. Grayscale: #515151. Windows color (decimal): -16484513 or 6256388. OLE color: 6256388.

HSL color Cylindrical-coordinate representation of color #04775F: hue angle of 167.48º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04775F is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB411995-
CMYK0.9700.200.53
HSL167.48º93.5%24.12%-
HSV(B)167.48º96.64%46.67%-
XYZ8.7114.0513.08-
YUV81.88135.472.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=1.83%
G=54.59%
B=43.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4119950.9700.200.53167.4893.524.12
Hex4775F6101435a75d18
Octal41671371410246524713530
Binary10011101111011111110000101010011010110100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04775F; }

 p { color: rgb(4,119,95); }

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

<style>
 a { background-color: #04775F; }

 a { background-color: rgb(4,119,95); }

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

<style>
 span { border-color: #04775F; }

 span { border-color: rgb(4,119,95); }

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