#58AF41

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

Shades of Apple #58AF41

Tints of Apple #58AF41

Color information

#58AF41 (or 0x58AF41) is unknown color: approx Apple. HEX triplet: 58, AF and 41. RGB value is (88,175,65). Sum of RGB (Red+Green+Blue) = 88+175+65=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AF41 is #A750BE. Grayscale: #888888. Windows color (decimal): -10965183 or 4304728. OLE color: 4304728.

HSL color Cylindrical-coordinate representation of color #58AF41: hue angle of 107.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58AF41 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB8817565-
CMYK0.5000.630.31
HSL107.45º45.83%47.06%-
HSV(B)107.45º62.86%68.63%-
XYZ20.3133.1210.32-
YUV136.4587.6893.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=26.83%
G=53.35%
B=19.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88175650.5000.630.31107.4545.8347.06
Hex58AF413203F1F6b2e2f
Octal13025710162077371535657
Binary10110001010111110000011100100111111111111101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,175,65); }

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

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

 a { background-color: rgb(88,175,65); }

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

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

 span { border-color: rgb(88,175,65); }

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