#52AB32

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

Shades of Apple #52AB32

Tints of Apple #52AB32

Color information

#52AB32 (or 0x52AB32) is unknown color: approx Apple. HEX triplet: 52, AB and 32. RGB value is (82,171,50). Sum of RGB (Red+Green+Blue) = 82+171+50=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB32 is #AD54CD. Grayscale: #828282. Windows color (decimal): -11359438 or 3320658. OLE color: 3320658.

HSL color Cylindrical-coordinate representation of color #52AB32: hue angle of 104.13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52AB32 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB8217150-
CMYK0.5200.710.33
HSL104.13º54.75%43.33%-
HSV(B)104.13º70.76%67.06%-
XYZ18.6231.158.05-
YUV130.682.5193.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=27.06%
G=56.44%
B=16.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82171500.5200.710.33104.1354.7543.33
Hex52AB32340472168372b
Octal12225362640107411506753
Binary101001010101011110010110100010001111000011101000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,171,50); }

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

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

 a { background-color: rgb(82,171,50); }

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

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

 span { border-color: rgb(82,171,50); }

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