#52AB3C

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

Shades of Apple #52AB3C

Tints of Apple #52AB3C

Color information

#52AB3C (or 0x52AB3C) is unknown color: approx Apple. HEX triplet: 52, AB and 3C. RGB value is (82,171,60). Sum of RGB (Red+Green+Blue) = 82+171+60=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB3C is #AD54C3. Grayscale: #848484. Windows color (decimal): -11359428 or 3976018. OLE color: 3976018.

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

Color convert

RGB8217160-
CMYK0.5200.650.33
HSL108.11º48.05%45.29%-
HSV(B)108.11º64.91%67.06%-
XYZ18.8631.259.31-
YUV131.7387.5192.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 171 (67.19% from 255) = 54.63%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=26.20%
G=54.63%
B=19.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82171600.5200.650.33108.1148.0545.29
Hex52AB3C34041216c302d
Octal12225374640101411546055
Binary101001010101011111100110100010000011000011101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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