#058458

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

Shades of Tropical Rain Forest #058458

Tints of Tropical Rain Forest #058458

Color information

#058458 (or 0x058458) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 84 and 58. RGB value is (5,132,88). Sum of RGB (Red+Green+Blue) = 5+132+88=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #058458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058458 is #FA7BA7. Grayscale: #595959. Windows color (decimal): -16415656 or 5800965. OLE color: 5800965.

HSL color Cylindrical-coordinate representation of color #058458: hue angle of 159.21º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058458 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB513288-
CMYK0.9600.330.48
HSL159.21º92.7%26.86%-
HSV(B)159.21º96.21%51.76%-
XYZ10.0817.2412.03-
YUV89.01127.4268.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=2.22%
G=58.67%
B=39.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132880.9600.330.48159.2192.726.86
Hex5845860021309f5d1b
Octal52041301400416023713533
Binary1011000010010110001100000010000111000010011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058458; }

 p { color: rgb(5,132,88); }

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

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

 a { background-color: rgb(5,132,88); }

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

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

 span { border-color: rgb(5,132,88); }

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