#52AE38

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

Shades of Apple #52AE38

Tints of Apple #52AE38

Color information

#52AE38 (or 0x52AE38) is unknown color: approx Apple. HEX triplet: 52, AE and 38. RGB value is (82,174,56). Sum of RGB (Red+Green+Blue) = 82+174+56=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AE38 is #AD51C7. Grayscale: #858585. Windows color (decimal): -11358664 or 3714642. OLE color: 3714642.

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

Color convert

RGB8217456-
CMYK0.5300.680.32
HSL106.78º51.3%45.1%-
HSV(B)106.78º67.82%68.24%-
XYZ19.3332.358.97-
YUV133.0484.5291.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 174 (68.36% from 255) = 55.77%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=26.28%
G=55.77%
B=17.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174560.5300.680.32106.7851.345.1
Hex52AE3835044206b332d
Octal12225670650104401536355
Binary101001010101110111000110101010001001000001101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,56); }

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

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

 a { background-color: rgb(82,174,56); }

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

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

 span { border-color: rgb(82,174,56); }

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