Html Css Color HEX #52AA3F Apple

📋 copy color: '#52AA3F'

red 82 ◦ green 170 ◦ blue 63

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

Shades of Apple #52AA3F

Tints of Apple #52AA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 26.03%
G = 53.97%
B = 20%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#52AA3F (or 0x52AA3F) is known color: Apple. HEX triplet: 52, AA and 3F. RGB value is (82,170,63). Sum of RGB (Red+Green+Blue) = 82+170+63=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA3F is #AD55C0. Grayscale: #838383. Windows color (decimal): -11359681 or 4172370. OLE color: 4172370.

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

Color convert

RGB 82 170 63 -
CMYK 0.52 0 0.63 0.33
HSL 109.35º 0.46% 0.46% -
HSV(B) 109.35º 0.63% 0.67% -
XYZ 18.75 30.9 9.68 -
YUV 131.49 89.35 92.7 -
System Red Green Blue C M Y K H S L
Decimal 82 170 63 0.52 0 0.63 0.33 109.35 0.46 0.46
Hex 52 AA 3F 34 0 3F 21 6D 2E 2E
Octal 122 252 77 64 0 77 41 155 56 56
Binary 1010010 10101010 111111 110100 0 111111 100001 1101101 101110 101110

Color Harmonies of #52AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA3F

Black with #52AA3F

Text Example


Text Example

White with #52AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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