Html Css Color HEX #52AB34 Apple

📋 copy color: '#52AB34'

red 82 ◦ green 171 ◦ blue 52

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

Shades of Apple #52AB34

Tints of Apple #52AB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.07%

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

R = 26.89%
G = 56.07%
B = 17.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#52AB34 (or 0x52AB34) is known color: Apple. HEX triplet: 52, AB and 34. RGB value is (82,171,52). Sum of RGB (Red+Green+Blue) = 82+171+52=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB34 is #AD54CB. Grayscale: #838383. Windows color (decimal): -11359436 or 3451730. OLE color: 3451730.

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

Color convert

RGB 82 171 52 -
CMYK 0.52 0 0.70 0.33
HSL 104.87º 0.53% 0.44% -
HSV(B) 104.87º 0.7% 0.67% -
XYZ 18.66 31.17 8.28 -
YUV 130.82 83.51 93.18 -
System Red Green Blue C M Y K H S L
Decimal 82 171 52 0.52 0 0.70 0.33 104.87 0.53 0.44
Hex 52 AB 34 34 0 46 21 69 35 2C
Octal 122 253 64 64 0 106 41 151 65 54
Binary 1010010 10101011 110100 110100 0 1000110 100001 1101001 110101 101100

Color Harmonies of #52AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB34

Black with #52AB34

Text Example


Text Example

White with #52AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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