#58A868

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

Shades of Fern #58A868

Tints of Fern #58A868

Color information

#58A868 (or 0x58A868) is unknown color: approx Fern. HEX triplet: 58, A8 and 68. RGB value is (88,168,104). Sum of RGB (Red+Green+Blue) = 88+168+104=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #58A868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A868 is #A75797. Grayscale: #888888. Windows color (decimal): -10966936 or 6858840. OLE color: 6858840.

HSL color Cylindrical-coordinate representation of color #58A868: hue angle of 132º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A868 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB88168104-
CMYK0.4800.380.34
HSL132º31.5%50.2%-
HSV(B)132º47.62%65.88%-
XYZ20.5331.0818.01-
YUV136.78109.593.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 168 (66.02% from 255) = 46.67%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=24.44%
G=46.67%
B=28.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881681040.4800.380.3413231.550.2
Hex58A8683002622841f32
Octal13025015060046422043762
Binary101100010101000110100011000001001101000101000010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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