#58AD35

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

Shades of Apple #58AD35

Tints of Apple #58AD35

Color information

#58AD35 (or 0x58AD35) is unknown color: approx Apple. HEX triplet: 58, AD and 35. RGB value is (88,173,53). Sum of RGB (Red+Green+Blue) = 88+173+53=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AD35 is #A752CA. Grayscale: #868686. Windows color (decimal): -10965707 or 3517784. OLE color: 3517784.

HSL color Cylindrical-coordinate representation of color #58AD35: hue angle of 102.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58AD35 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB8817353-
CMYK0.4900.690.32
HSL102.5º53.1%44.31%-
HSV(B)102.5º69.36%67.84%-
XYZ19.6132.228.55-
YUV133.982.3495.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 173 (67.97% from 255) = 55.10%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=28.03%
G=55.10%
B=16.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88173530.4900.690.32102.553.144.31
Hex58AD35310452066352c
Octal13025565610105401466554
Binary101100010101101110101110001010001011000001100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,173,53); }

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

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

 a { background-color: rgb(88,173,53); }

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

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

 span { border-color: rgb(88,173,53); }

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