#048354

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

Shades of Tropical Rain Forest #048354

Tints of Tropical Rain Forest #048354

Color information

#048354 (or 0x048354) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 83 and 54. RGB value is (4,131,84). Sum of RGB (Red+Green+Blue) = 4+131+84=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #048354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048354 is #FB7CAB. Grayscale: #575757. Windows color (decimal): -16481452 or 5538564. OLE color: 5538564.

HSL color Cylindrical-coordinate representation of color #048354: hue angle of 157.8º 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 #048354 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB413184-
CMYK0.9700.360.49
HSL157.8º94.07%26.47%-
HSV(B)157.8º96.95%51.37%-
XYZ9.7716.911.13-
YUV87.67125.9268.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 131 (51.56% from 255) = 59.82%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=1.83%
G=59.82%
B=38.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4131840.9700.360.49157.894.0726.47
Hex4835461024319e5e1a
Octal42031241410446123613632
Binary1001000001110101001100001010010011000110011110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048354; }

 p { color: rgb(4,131,84); }

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

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

 a { background-color: rgb(4,131,84); }

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

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

 span { border-color: rgb(4,131,84); }

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