#58B16A

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

Shades of Fern #58B16A

Tints of Fern #58B16A

Color information

#58B16A (or 0x58B16A) is unknown color: approx Fern. HEX triplet: 58, B1 and 6A. RGB value is (88,177,106). Sum of RGB (Red+Green+Blue) = 88+177+106=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #58B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B16A is #A74E95. Grayscale: #8E8E8E. Windows color (decimal): -10964630 or 6992216. OLE color: 6992216.

HSL color Cylindrical-coordinate representation of color #58B16A: hue angle of 132.13º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B16A is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB88177106-
CMYK0.5000.400.31
HSL132.13º36.33%51.96%-
HSV(B)132.13º50.28%69.41%-
XYZ22.3534.5619.13-
YUV142.3107.5189.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.72%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=23.72%
G=47.71%
B=28.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881771060.5000.400.31132.1336.3351.96
Hex58B16A320281F842434
Octal13026115262050372044464
Binary101100010110001110101011001001010001111110000100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,177,106); }

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

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

 a { background-color: rgb(88,177,106); }

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

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

 span { border-color: rgb(88,177,106); }

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