#52AD3F

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

Shades of Apple #52AD3F

Tints of Apple #52AD3F

Color information

#52AD3F (or 0x52AD3F) is unknown color: approx Apple. HEX triplet: 52, AD and 3F. RGB value is (82,173,63). Sum of RGB (Red+Green+Blue) = 82+173+63=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD3F is #AD52C0. Grayscale: #858585. Windows color (decimal): -11358913 or 4173138. OLE color: 4173138.

HSL color Cylindrical-coordinate representation of color #52AD3F: hue angle of 109.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52AD3F is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB8217363-
CMYK0.5300.640.32
HSL109.64º46.61%46.27%-
HSV(B)109.64º63.58%67.84%-
XYZ19.3232.049.87-
YUV133.2588.3591.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 173 (67.97% from 255) = 54.40%
BLUE value IS 63 (25% from 255) = 19.81%
R=25.79%
G=54.40%
B=19.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82173630.5300.640.32109.6446.6146.27
Hex52AD3F35040206e2f2e
Octal12225577650100401565756
Binary101001010101101111111110101010000001000001101110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AD3F; }

 p { color: rgb(82,173,63); }

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

<style>
 a { background-color: #52AD3F; }

 a { background-color: rgb(82,173,63); }

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

<style>
 span { border-color: #52AD3F; }

 span { border-color: rgb(82,173,63); }

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