#58B972

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

Shades of Fern #58B972

Tints of Fern #58B972

Color information

#58B972 (or 0x58B972) is unknown color: approx Fern. HEX triplet: 58, B9 and 72. RGB value is (88,185,114). Sum of RGB (Red+Green+Blue) = 88+185+114=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #58B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B972 is #A7468D. Grayscale: #949494. Windows color (decimal): -10962574 or 7518552. OLE color: 7518552.

HSL color Cylindrical-coordinate representation of color #58B972: hue angle of 136.08º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B972 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB88185114-
CMYK0.5200.380.27
HSL136.08º40.93%53.53%-
HSV(B)136.08º52.43%72.55%-
XYZ24.4137.9921.97-
YUV147.9108.8685.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=22.74%
G=47.80%
B=29.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851140.5200.380.27136.0840.9353.53
Hex58B972340261B882936
Octal13027116264046332105166
Binary101100010111001111001011010001001101101110001000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,114); }

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

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

 a { background-color: rgb(88,185,114); }

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

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

 span { border-color: rgb(88,185,114); }

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