#58A468

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

Shades of Fern #58A468

Tints of Fern #58A468

Color information

#58A468 (or 0x58A468) is unknown color: approx Fern. HEX triplet: 58, A4 and 68. RGB value is (88,164,104). Sum of RGB (Red+Green+Blue) = 88+164+104=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #58A468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A468 is #A75B97. Grayscale: #868686. Windows color (decimal): -10967960 or 6857816. OLE color: 6857816.

HSL color Cylindrical-coordinate representation of color #58A468: hue angle of 132.63º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A468 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB88164104-
CMYK0.4600.370.36
HSL132.63º30.16%49.41%-
HSV(B)132.63º46.34%64.31%-
XYZ19.829.6317.77-
YUV134.44110.8294.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=24.72%
G=46.07%
B=29.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881641040.4600.370.36132.6330.1649.41
Hex58A4682E02524851e31
Octal13024415056045442053661
Binary101100010100100110100010111001001011001001000010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,164,104); }

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

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

 a { background-color: rgb(88,164,104); }

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

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

 span { border-color: rgb(88,164,104); }

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