#058157

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

Shades of Tropical Rain Forest #058157

Tints of Tropical Rain Forest #058157

Color information

#058157 (or 0x058157) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 81 and 57. RGB value is (5,129,87). Sum of RGB (Red+Green+Blue) = 5+129+87=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #058157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058157 is #FA7EA8. Grayscale: #575757. Windows color (decimal): -16416425 or 5734661. OLE color: 5734661.

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

Color convert

RGB512987-
CMYK0.9600.330.49
HSL159.68º92.54%26.27%-
HSV(B)159.68º96.12%50.59%-
XYZ9.6316.4211.68-
YUV87.14127.9269.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 129 (50.78% from 255) = 58.37%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=2.26%
G=58.37%
B=39.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129870.9600.330.49159.6892.5426.27
Hex581576002131a05d1a
Octal52011271400416124013532
Binary1011000000110101111100000010000111000110100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058157; }

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

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

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

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

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

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

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

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