#52A934

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

Shades of Apple #52A934

Tints of Apple #52A934

Color information

#52A934 (or 0x52A934) is unknown color: approx Apple. HEX triplet: 52, A9 and 34. RGB value is (82,169,52). Sum of RGB (Red+Green+Blue) = 82+169+52=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #52A934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A934 is #AD56CB. Grayscale: #828282. Windows color (decimal): -11359948 or 3451218. OLE color: 3451218.

HSL color Cylindrical-coordinate representation of color #52A934: hue angle of 104.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52A934 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB8216952-
CMYK0.5100.690.34
HSL104.62º52.94%43.33%-
HSV(B)104.62º69.23%66.27%-
XYZ18.2930.428.16-
YUV129.6584.1894.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 169 (66.41% from 255) = 55.78%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=27.06%
G=55.78%
B=17.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82169520.5100.690.34104.6252.9443.33
Hex52A934330452269352b
Octal12225164630105421516553
Binary101001010101001110100110011010001011000101101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,169,52); }

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

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

 a { background-color: rgb(82,169,52); }

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

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

 span { border-color: rgb(82,169,52); }

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