Html Css Color HEX #52AA33 Apple

📋 copy color: '#52AA33'

red 82 ◦ green 170 ◦ blue 51

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

Shades of Apple #52AA33

Tints of Apple #52AA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 27.06%
G = 56.11%
B = 16.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#52AA33 (or 0x52AA33) is known color: Apple. HEX triplet: 52, AA and 33. RGB value is (82,170,51). Sum of RGB (Red+Green+Blue) = 82+170+51=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA33 is #AD55CC. Grayscale: #828282. Windows color (decimal): -11359693 or 3385938. OLE color: 3385938.

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

Color convert

RGB 82 170 51 -
CMYK 0.52 0 0.7 0.33
HSL 104.37º 0.54% 0.43% -
HSV(B) 104.37º 0.7% 0.67% -
XYZ 18.45 30.78 8.1 -
YUV 130.12 83.35 93.68 -
System Red Green Blue C M Y K H S L
Decimal 82 170 51 0.52 0 0.7 0.33 104.37 0.54 0.43
Hex 52 AA 33 34 0 46 21 68 36 2B
Octal 122 252 63 64 0 106 41 150 66 53
Binary 1010010 10101010 110011 110100 0 1000110 100001 1101000 110110 101011

Color Harmonies of #52AA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA33

Black with #52AA33

Text Example


Text Example

White with #52AA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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