#58AC49

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

Shades of Apple #58AC49

Tints of Apple #58AC49

Color information

#58AC49 (or 0x58AC49) is unknown color: approx Apple. HEX triplet: 58, AC and 49. RGB value is (88,172,73). Sum of RGB (Red+Green+Blue) = 88+172+73=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AC49 is #A753B6. Grayscale: #878787. Windows color (decimal): -10965943 or 4828248. OLE color: 4828248.

HSL color Cylindrical-coordinate representation of color #58AC49: hue angle of 110.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58AC49 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB8817273-
CMYK0.4900.580.33
HSL110.91º40.41%48.04%-
HSV(B)110.91º57.56%67.45%-
XYZ19.9832.0611.44-
YUV135.692.6794.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.43%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=26.43%
G=51.65%
B=21.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88172730.4900.580.33110.9140.4148.04
Hex58AC493103A216f2830
Octal13025411161072411575060
Binary101100010101100100100111000101110101000011101111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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