Html Css Color HEX #52AC34 Apple

📋 copy color: '#52AC34'

red 82 ◦ green 172 ◦ blue 52

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

Shades of Apple #52AC34

Tints of Apple #52AC34

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.21%

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

R = 26.8%
G = 56.21%
B = 16.99%

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

#52AC34 (or 0x52AC34) is known color: Apple. HEX triplet: 52, AC and 34. RGB value is (82,172,52). Sum of RGB (Red+Green+Blue) = 82+172+52=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC34 is #AD53CB. Grayscale: #838383. Windows color (decimal): -11359180 or 3451986. OLE color: 3451986.

HSL color Cylindrical-coordinate representation of color #52AC34: hue angle of 105º degrees, saturation: 0.54, 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 #52AC34 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 52 -
CMYK 0.52 0 0.70 0.33
HSL 105º 0.54% 0.44% -
HSV(B) 105º 0.7% 0.67% -
XYZ 18.85 31.55 8.34 -
YUV 131.41 83.18 92.76 -
System Red Green Blue C M Y K H S L
Decimal 82 172 52 0.52 0 0.70 0.33 105 0.54 0.44
Hex 52 AC 34 34 0 46 21 69 36 2C
Octal 122 254 64 64 0 106 41 151 66 54
Binary 1010010 10101100 110100 110100 0 1000110 100001 1101001 110110 101100

Color Harmonies of #52AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC34

Black with #52AC34

Text Example


Text Example

White with #52AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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