Html Css Color HEX #52A839 Apple

📋 copy color: '#52A839'

red 82 ◦ green 168 ◦ blue 57

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

Shades of Apple #52A839

Tints of Apple #52A839

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.72%

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 26.71%
G = 54.72%
B = 18.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#52A839 (or 0x52A839) is known color: Apple. HEX triplet: 52, A8 and 39. RGB value is (82,168,57). Sum of RGB (Red+Green+Blue) = 82+168+57=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #52A839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A839 is #AD57C6. Grayscale: #818181. Windows color (decimal): -11360199 or 3778642. OLE color: 3778642.

HSL color Cylindrical-coordinate representation of color #52A839: hue angle of 106.49º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52A839 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 168 57 -
CMYK 0.51 0 0.66 0.34
HSL 106.49º 0.49% 0.44% -
HSV(B) 106.49º 0.66% 0.66% -
XYZ 18.22 30.09 8.72 -
YUV 129.63 87.01 94.03 -
System Red Green Blue C M Y K H S L
Decimal 82 168 57 0.51 0 0.66 0.34 106.49 0.49 0.44
Hex 52 A8 39 33 0 42 22 6A 31 2C
Octal 122 250 71 63 0 102 42 152 61 54
Binary 1010010 10101000 111001 110011 0 1000010 100010 1101010 110001 101100

Color Harmonies of #52A839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A839

Black with #52A839

Text Example


Text Example

White with #52A839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,57); }

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

background-color css

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

 a { background-color: rgb(82,168,57); }

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

border-color css

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

 span { border-color: rgb(82,168,57); }

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