#58BD6C

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

Shades of Fern #58BD6C

Tints of Fern #58BD6C

Color information

#58BD6C (or 0x58BD6C) is unknown color: approx Fern. HEX triplet: 58, BD and 6C. RGB value is (88,189,108). Sum of RGB (Red+Green+Blue) = 88+189+108=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BD6C is #A74293. Grayscale: #959595. Windows color (decimal): -10961556 or 7126360. OLE color: 7126360.

HSL color Cylindrical-coordinate representation of color #58BD6C: hue angle of 131.88º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BD6C is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB88189108-
CMYK0.5300.430.26
HSL131.88º43.35%54.31%-
HSV(B)131.88º53.44%74.12%-
XYZ24.9339.5520.51-
YUV149.57104.5484.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 189 (74.22% from 255) = 49.09%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=22.86%
G=49.09%
B=28.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891080.5300.430.26131.8843.3554.31
Hex58BD6C3502B1A842b36
Octal13027515465053322045366
Binary101100010111101110110011010101010111101010000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,189,108); }

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

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

 a { background-color: rgb(88,189,108); }

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

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

 span { border-color: rgb(88,189,108); }

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