#58B464

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

Shades of Fern #58B464

Tints of Fern #58B464

Color information

#58B464 (or 0x58B464) is unknown color: approx Fern. HEX triplet: 58, B4 and 64. RGB value is (88,180,100). Sum of RGB (Red+Green+Blue) = 88+180+100=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #58B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B464 is #A74B9B. Grayscale: #8F8F8F. Windows color (decimal): -10963868 or 6599768. OLE color: 6599768.

HSL color Cylindrical-coordinate representation of color #58B464: hue angle of 127.83º 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 #58B464 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB88180100-
CMYK0.5100.440.29
HSL127.83º38.02%52.55%-
HSV(B)127.83º51.11%70.59%-
XYZ22.6535.6417.74-
YUV143.37103.5288.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 180 (70.70% from 255) = 48.91%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=23.91%
G=48.91%
B=27.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801000.5100.440.29127.8338.0252.55
Hex58B4643302C1D802635
Octal13026414463054352004665
Binary101100010110100110010011001101011001110110000000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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