#58B471

Color #58B471 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #58B471

Tints of Fern #58B471

Color information

#58B471 (or 0x58B471) is unknown color: approx Fern. HEX triplet: 58, B4 and 71. RGB value is (88,180,113). Sum of RGB (Red+Green+Blue) = 88+180+113=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #58B471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B471 is #A74B8E. Grayscale: #919191. Windows color (decimal): -10963855 or 7451736. OLE color: 7451736.

HSL color Cylindrical-coordinate representation of color #58B471: hue angle of 136.3º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B471 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB88180113-
CMYK0.5100.370.29
HSL136.3º38.02%52.55%-
HSV(B)136.3º51.11%70.59%-
XYZ23.3335.9121.32-
YUV144.85110.0287.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=23.10%
G=47.24%
B=29.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801130.5100.370.29136.338.0252.55
Hex58B471330251D882635
Octal13026416163045352104665
Binary101100010110100111000111001101001011110110001000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B471; }

 p { color: rgb(88,180,113); }

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

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

 a { background-color: rgb(88,180,113); }

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

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

 span { border-color: rgb(88,180,113); }

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