Html Css Color HEX #52AA34 Apple

📋 copy color: '#52AA34'

red 82 ◦ green 170 ◦ blue 52

#52AA34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #52AA34

Tints of Apple #52AA34

RGB

 RED value IS 82 (32.42% from 255) = 26.97%

 GREEN value IS 170 (66.8% from 255) = 55.92%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 26.97%
G = 55.92%
B = 17.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#52AA34 (or 0x52AA34) is known color: Apple. HEX triplet: 52, AA and 34. RGB value is (82,170,52). Sum of RGB (Red+Green+Blue) = 82+170+52=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA34 is #AD55CB. Grayscale: #828282. Windows color (decimal): -11359692 or 3451474. OLE color: 3451474.

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

Color convert

RGB 82 170 52 -
CMYK 0.52 0 0.69 0.33
HSL 104.75º 0.53% 0.44% -
HSV(B) 104.75º 0.69% 0.67% -
XYZ 18.47 30.79 8.22 -
YUV 130.24 83.85 93.59 -
System Red Green Blue C M Y K H S L
Decimal 82 170 52 0.52 0 0.69 0.33 104.75 0.53 0.44
Hex 52 AA 34 34 0 45 21 69 35 2C
Octal 122 252 64 64 0 105 41 151 65 54
Binary 1010010 10101010 110100 110100 0 1000101 100001 1101001 110101 101100

Color Harmonies of #52AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA34

Black with #52AA34

Text Example


Text Example

White with #52AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52AA34;
 }
 .AnyTagClassName
 {
   color: #52AA34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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