#048055

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

Shades of Tropical Rain Forest #048055

Tints of Tropical Rain Forest #048055

Color information

#048055 (or 0x048055) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 80 and 55. RGB value is (4,128,85). Sum of RGB (Red+Green+Blue) = 4+128+85=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #048055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048055 is #FB7FAA. Grayscale: #565656. Windows color (decimal): -16482219 or 5603332. OLE color: 5603332.

HSL color Cylindrical-coordinate representation of color #048055: hue angle of 159.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048055 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB412885-
CMYK0.9700.340.50
HSL159.19º93.94%25.88%-
HSV(B)159.19º96.88%50.2%-
XYZ9.4116.1211.21-
YUV86.02127.4269.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=1.84%
G=58.99%
B=39.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4128850.9700.340.50159.1993.9425.88
Hex4805561022329f5e1a
Octal42001251410426223713632
Binary1001000000010101011100001010001011001010011111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048055; }

 p { color: rgb(4,128,85); }

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

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

 a { background-color: rgb(4,128,85); }

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

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

 span { border-color: rgb(4,128,85); }

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