#058560

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

Shades of Tropical Rain Forest #058560

Tints of Tropical Rain Forest #058560

Color information

#058560 (or 0x058560) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 85 and 60. RGB value is (5,133,96). Sum of RGB (Red+Green+Blue) = 5+133+96=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #058560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058560 is #FA7A9F. Grayscale: #5A5A5A. Windows color (decimal): -16415392 or 6325509. OLE color: 6325509.

HSL color Cylindrical-coordinate representation of color #058560: hue angle of 162.66º 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 #058560 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB513396-
CMYK0.9600.280.48
HSL162.66º92.75%27.06%-
HSV(B)162.66º96.24%52.16%-
XYZ10.5617.6513.92-
YUV90.51131.0967.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=2.14%
G=56.84%
B=41.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133960.9600.280.48162.6692.7527.06
Hex585606001C30a35d1b
Octal52051401400346024313533
Binary101100001011100000110000001110011000010100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058560; }

 p { color: rgb(5,133,96); }

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

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

 a { background-color: rgb(5,133,96); }

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

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

 span { border-color: rgb(5,133,96); }

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