Html Css Color HEX #52AA3D Apple

📋 copy color: '#52AA3D'

red 82 ◦ green 170 ◦ blue 61

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

Shades of Apple #52AA3D

Tints of Apple #52AA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 26.2%
G = 54.31%
B = 19.49%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#52AA3D (or 0x52AA3D) is known color: Apple. HEX triplet: 52, AA and 3D. RGB value is (82,170,61). Sum of RGB (Red+Green+Blue) = 82+170+61=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA3D is #AD55C2. Grayscale: #838383. Windows color (decimal): -11359683 or 4041298. OLE color: 4041298.

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

Color convert

RGB 82 170 61 -
CMYK 0.52 0 0.64 0.33
HSL 108.44º 0.47% 0.45% -
HSV(B) 108.44º 0.64% 0.67% -
XYZ 18.7 30.88 9.39 -
YUV 131.26 88.35 92.86 -
System Red Green Blue C M Y K H S L
Decimal 82 170 61 0.52 0 0.64 0.33 108.44 0.47 0.45
Hex 52 AA 3D 34 0 40 21 6C 2F 2D
Octal 122 252 75 64 0 100 41 154 57 55
Binary 1010010 10101010 111101 110100 0 1000000 100001 1101100 101111 101101

Color Harmonies of #52AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA3D

Black with #52AA3D

Text Example


Text Example

White with #52AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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