#52B949

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

Shades of Apple #52B949

Tints of Apple #52B949

Color information

#52B949 (or 0x52B949) is unknown color: approx Apple. HEX triplet: 52, B9 and 49. RGB value is (82,185,73). Sum of RGB (Red+Green+Blue) = 82+185+73=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #52B949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B949 is #AD46B6. Grayscale: #8D8D8D. Windows color (decimal): -11355831 or 4831570. OLE color: 4831570.

HSL color Cylindrical-coordinate representation of color #52B949: hue angle of 115.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52B949 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB8218573-
CMYK0.5600.610.27
HSL115.18º44.44%50.59%-
HSV(B)115.18º60.54%72.55%-
XYZ22.0336.9712.28-
YUV141.4489.3885.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 185 (72.66% from 255) = 54.41%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=24.12%
G=54.41%
B=21.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82185730.5600.610.27115.1844.4450.59
Hex52B9493803D1B732c33
Octal12227111170075331635463
Binary10100101011100110010011110000111101110111110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,185,73); }

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

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

 a { background-color: rgb(82,185,73); }

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

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

 span { border-color: rgb(82,185,73); }

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