#58BD74

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

Shades of Emerald #58BD74

Tints of Emerald #58BD74

Color information

#58BD74 (or 0x58BD74) is unknown color: approx Emerald. HEX triplet: 58, BD and 74. RGB value is (88,189,116). Sum of RGB (Red+Green+Blue) = 88+189+116=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BD74 is #A7428B. Grayscale: #969696. Windows color (decimal): -10961548 or 7650648. OLE color: 7650648.

HSL color Cylindrical-coordinate representation of color #58BD74: hue angle of 136.63º 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 #58BD74 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB88189116-
CMYK0.5300.390.26
HSL136.63º43.35%54.31%-
HSV(B)136.63º53.44%74.12%-
XYZ25.3739.7322.85-
YUV150.48108.5483.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=22.39%
G=48.09%
B=29.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881891160.5300.390.26136.6343.3554.31
Hex58BD74350271A892b36
Octal13027516465047322115366
Binary101100010111101111010011010101001111101010001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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