#04875E

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

Shades of Tropical Rain Forest #04875E

Tints of Tropical Rain Forest #04875E

Color information

#04875E (or 0x04875E) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 87 and 5E. RGB value is (4,135,94). Sum of RGB (Red+Green+Blue) = 4+135+94=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #04875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04875E is #FB78A1. Grayscale: #5B5B5B. Windows color (decimal): -16480418 or 6194948. OLE color: 6194948.

HSL color Cylindrical-coordinate representation of color #04875E: hue angle of 161.22º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04875E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB413594-
CMYK0.9700.300.47
HSL161.22º94.24%27.25%-
HSV(B)161.22º97.04%52.94%-
XYZ10.7318.1613.53-
YUV91.16129.665.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=1.72%
G=57.94%
B=40.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135940.9700.300.47161.2294.2427.25
Hex4875E6101E2Fa15e1b
Octal42071361410365724113633
Binary100100001111011110110000101111010111110100001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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