#58A969

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

Shades of Fern #58A969

Tints of Fern #58A969

Color information

#58A969 (or 0x58A969) is unknown color: approx Fern. HEX triplet: 58, A9 and 69. RGB value is (88,169,105). Sum of RGB (Red+Green+Blue) = 88+169+105=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #58A969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A969 is #A75696. Grayscale: #898989. Windows color (decimal): -10966679 or 6924632. OLE color: 6924632.

HSL color Cylindrical-coordinate representation of color #58A969: hue angle of 132.59º degrees, saturation: 0.32, 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 #58A969 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB88169105-
CMYK0.4800.380.34
HSL132.59º32.02%50.39%-
HSV(B)132.59º47.93%66.27%-
XYZ20.7631.4718.34-
YUV137.48109.6692.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 169 (66.41% from 255) = 46.69%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=24.31%
G=46.69%
B=29.01%

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
Decimal881691050.4800.380.34132.5932.0250.39
Hex58A9693002622852032
Octal13025115160046422054062
Binary1011000101010011101001110000010011010001010000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,105); }

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

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

 a { background-color: rgb(88,169,105); }

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

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

 span { border-color: rgb(88,169,105); }

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