#058158

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

Shades of Tropical Rain Forest #058158

Tints of Tropical Rain Forest #058158

Color information

#058158 (or 0x058158) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 81 and 58. RGB value is (5,129,88). Sum of RGB (Red+Green+Blue) = 5+129+88=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #058158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058158 is #FA7EA7. Grayscale: #575757. Windows color (decimal): -16416424 or 5800197. OLE color: 5800197.

HSL color Cylindrical-coordinate representation of color #058158: hue angle of 160.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058158 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB512988-
CMYK0.9600.320.49
HSL160.16º92.54%26.27%-
HSV(B)160.16º96.12%50.59%-
XYZ9.6716.4411.9-
YUV87.25128.4269.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 129 (50.78% from 255) = 58.11%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=2.25%
G=58.11%
B=39.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129880.9600.320.49160.1692.5426.27
Hex581586002031a05d1a
Octal52011301400406124013532
Binary1011000000110110001100000010000011000110100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058158; }

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

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

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

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

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

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

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

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