Html Css Color HEX #52A33C Apple

📋 copy color: '#52A33C'

red 82 ◦ green 163 ◦ blue 60

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

Shades of Apple #52A33C

Tints of Apple #52A33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.44%

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

R = 26.89%
G = 53.44%
B = 19.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#52A33C (or 0x52A33C) is known color: Apple. HEX triplet: 52, A3 and 3C. RGB value is (82,163,60). Sum of RGB (Red+Green+Blue) = 82+163+60=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #52A33C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A33C is #AD5CC3. Grayscale: #7F7F7F. Windows color (decimal): -11361476 or 3973970. OLE color: 3973970.

HSL color Cylindrical-coordinate representation of color #52A33C: hue angle of 107.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A33C is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 60 -
CMYK 0.50 0 0.63 0.36
HSL 107.18º 0.46% 0.44% -
HSV(B) 107.18º 0.63% 0.64% -
XYZ 17.39 28.31 8.82 -
YUV 127.04 90.16 95.88 -
System Red Green Blue C M Y K H S L
Decimal 82 163 60 0.50 0 0.63 0.36 107.18 0.46 0.44
Hex 52 A3 3C 32 0 3F 24 6B 2E 2C
Octal 122 243 74 62 0 77 44 153 56 54
Binary 1010010 10100011 111100 110010 0 111111 100100 1101011 101110 101100

Color Harmonies of #52A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A33C

Black with #52A33C

Text Example


Text Example

White with #52A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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