Html Css Color HEX #52AA37 Apple

📋 copy color: '#52AA37'

red 82 ◦ green 170 ◦ blue 55

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

Shades of Apple #52AA37

Tints of Apple #52AA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 26.71%
G = 55.37%
B = 17.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#52AA37 (or 0x52AA37) is known color: Apple. HEX triplet: 52, AA and 37. RGB value is (82,170,55). Sum of RGB (Red+Green+Blue) = 82+170+55=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA37 is #AD55C8. Grayscale: #828282. Windows color (decimal): -11359689 or 3648082. OLE color: 3648082.

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

Color convert

RGB 82 170 55 -
CMYK 0.52 0 0.68 0.33
HSL 105.91º 0.51% 0.44% -
HSV(B) 105.91º 0.68% 0.67% -
XYZ 18.54 30.82 8.59 -
YUV 130.58 85.35 93.35 -
System Red Green Blue C M Y K H S L
Decimal 82 170 55 0.52 0 0.68 0.33 105.91 0.51 0.44
Hex 52 AA 37 34 0 44 21 6A 33 2C
Octal 122 252 67 64 0 104 41 152 63 54
Binary 1010010 10101010 110111 110100 0 1000100 100001 1101010 110011 101100

Color Harmonies of #52AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA37

Black with #52AA37

Text Example


Text Example

White with #52AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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