#58A948

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

Shades of Apple #58A948

Tints of Apple #58A948

Color information

#58A948 (or 0x58A948) is unknown color: approx Apple. HEX triplet: 58, A9 and 48. RGB value is (88,169,72). Sum of RGB (Red+Green+Blue) = 88+169+72=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #58A948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A948 is #A756B7. Grayscale: #868686. Windows color (decimal): -10966712 or 4761944. OLE color: 4761944.

HSL color Cylindrical-coordinate representation of color #58A948: hue angle of 110.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58A948 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB8816972-
CMYK0.4800.570.34
HSL110.1º40.25%47.25%-
HSV(B)110.1º57.4%66.27%-
XYZ19.3830.9211.08-
YUV133.7293.1695.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 169 (66.41% from 255) = 51.37%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=26.75%
G=51.37%
B=21.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88169720.4800.570.34110.140.2547.25
Hex58A94830039226e282f
Octal13025111060071421565057
Binary101100010101001100100011000001110011000101101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,169,72); }

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

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

 a { background-color: rgb(88,169,72); }

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

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

 span { border-color: rgb(88,169,72); }

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