#58C049

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

Shades of Apple #58C049

Tints of Apple #58C049

Color information

#58C049 (or 0x58C049) is unknown color: approx Apple. HEX triplet: 58, C0 and 49. RGB value is (88,192,73). Sum of RGB (Red+Green+Blue) = 88+192+73=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #58C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C049 is #A73FB6. Grayscale: #939393. Windows color (decimal): -10960823 or 4833368. OLE color: 4833368.

HSL color Cylindrical-coordinate representation of color #58C049: hue angle of 112.44º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58C049 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB8819273-
CMYK0.5400.620.25
HSL112.44º48.57%51.96%-
HSV(B)112.44º61.98%75.29%-
XYZ24.0840.2612.8-
YUV147.3486.0485.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 192 (75.39% from 255) = 54.39%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=24.93%
G=54.39%
B=20.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88192730.5400.620.25112.4448.5751.96
Hex58C0493603E19703134
Octal13030011166076311606164
Binary10110001100000010010011101100111110110011110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,192,73); }

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

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

 a { background-color: rgb(88,192,73); }

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

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

 span { border-color: rgb(88,192,73); }

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