#04815A

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

Shades of Tropical Rain Forest #04815A

Tints of Tropical Rain Forest #04815A

Color information

#04815A (or 0x04815A) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 81 and 5A. RGB value is (4,129,90). Sum of RGB (Red+Green+Blue) = 4+129+90=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #04815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04815A is #FB7EA5. Grayscale: #575757. Windows color (decimal): -16481958 or 5931268. OLE color: 5931268.

HSL color Cylindrical-coordinate representation of color #04815A: hue angle of 161.28º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04815A is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB412990-
CMYK0.9700.300.49
HSL161.28º93.98%26.08%-
HSV(B)161.28º96.9%50.59%-
XYZ9.7516.4612.34-
YUV87.18129.5968.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=1.79%
G=57.85%
B=40.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4129900.9700.300.49161.2893.9826.08
Hex4815A6101E31a15e1a
Octal42011321410366124113632
Binary100100000011011010110000101111011000110100001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04815A; }

 p { color: rgb(4,129,90); }

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

<style>
 a { background-color: #04815A; }

 a { background-color: rgb(4,129,90); }

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

<style>
 span { border-color: #04815A; }

 span { border-color: rgb(4,129,90); }

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