#048358

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

Shades of Tropical Rain Forest #048358

Tints of Tropical Rain Forest #048358

Color information

#048358 (or 0x048358) is unknown color: approx Tropical Rain Forest. HEX triplet: 04, 83 and 58. RGB value is (4,131,88). Sum of RGB (Red+Green+Blue) = 4+131+88=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #048358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048358 is #FB7CA7. Grayscale: #585858. Windows color (decimal): -16481448 or 5800708. OLE color: 5800708.

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

Color convert

RGB413188-
CMYK0.9700.330.49
HSL159.69º94.07%26.47%-
HSV(B)159.69º96.95%51.37%-
XYZ9.9316.9611.98-
YUV88.12127.9268-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 131 (51.56% from 255) = 58.74%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=1.79%
G=58.74%
B=39.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4131880.9700.330.49159.6994.0726.47
Hex483586102131a05e1a
Octal42031301410416124013632
Binary1001000001110110001100001010000111000110100000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048358; }

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

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

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

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

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

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

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

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