Html Css Color HEX #52A03C Apple

📋 copy color: '#52A03C'

red 82 ◦ green 160 ◦ blue 60

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

Shades of Apple #52A03C

Tints of Apple #52A03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.98%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 27.15%
G = 52.98%
B = 19.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#52A03C (or 0x52A03C) is known color: Apple. HEX triplet: 52, A0 and 3C. RGB value is (82,160,60). Sum of RGB (Red+Green+Blue) = 82+160+60=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #52A03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A03C is #AD5FC3. Grayscale: #7D7D7D. Windows color (decimal): -11362244 or 3973202. OLE color: 3973202.

HSL color Cylindrical-coordinate representation of color #52A03C: hue angle of 106.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A03C is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 60 -
CMYK 0.49 0 0.62 0.37
HSL 106.8º 0.45% 0.43% -
HSV(B) 106.8º 0.63% 0.63% -
XYZ 16.87 27.26 8.65 -
YUV 125.28 91.16 97.13 -
System Red Green Blue C M Y K H S L
Decimal 82 160 60 0.49 0 0.62 0.37 106.8 0.45 0.43
Hex 52 A0 3C 31 0 3E 25 6B 2D 2B
Octal 122 240 74 61 0 76 45 153 55 53
Binary 1010010 10100000 111100 110001 0 111110 100101 1101011 101101 101011

Color Harmonies of #52A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A03C

Black with #52A03C

Text Example


Text Example

White with #52A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,160,60); }

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

background-color css

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

 a { background-color: rgb(82,160,60); }

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

border-color css

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

 span { border-color: rgb(82,160,60); }

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