#52A537

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

Shades of Apple #52A537

Tints of Apple #52A537

Color information

#52A537 (or 0x52A537) is unknown color: approx Apple. HEX triplet: 52, A5 and 37. RGB value is (82,165,55). Sum of RGB (Red+Green+Blue) = 82+165+55=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #52A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A537 is #AD5AC8. Grayscale: #7F7F7F. Windows color (decimal): -11360969 or 3646802. OLE color: 3646802.

HSL color Cylindrical-coordinate representation of color #52A537: hue angle of 105.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A537 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB8216555-
CMYK0.5000.670.35
HSL105.27º50%43.14%-
HSV(B)105.27º66.67%64.71%-
XYZ17.6228.988.28-
YUV127.648795.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 165 (64.84% from 255) = 54.64%
BLUE value IS 55 (21.88% from 255) = 18.21%
R=27.15%
G=54.64%
B=18.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82165550.5000.670.35105.275043.14
Hex52A537320432369322b
Octal12224567620103431516253
Binary101001010100101110111110010010000111000111101001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,165,55); }

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

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

 a { background-color: rgb(82,165,55); }

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

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

 span { border-color: rgb(82,165,55); }

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