Html Css Color HEX #52A536 Apple

📋 copy color: '#52A536'

red 82 ◦ green 165 ◦ blue 54

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

Shades of Apple #52A536

Tints of Apple #52A536

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.82%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 27.24%
G = 54.82%
B = 17.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#52A536 (or 0x52A536) is known color: Apple. HEX triplet: 52, A5 and 36. RGB value is (82,165,54). Sum of RGB (Red+Green+Blue) = 82+165+54=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #52A536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A536 is #AD5AC9. Grayscale: #7F7F7F. Windows color (decimal): -11360970 or 3581266. OLE color: 3581266.

HSL color Cylindrical-coordinate representation of color #52A536: hue angle of 104.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A536 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 165 54 -
CMYK 0.50 0 0.67 0.35
HSL 104.86º 0.51% 0.43% -
HSV(B) 104.86º 0.67% 0.65% -
XYZ 17.6 28.97 8.15 -
YUV 127.53 86.5 95.53 -
System Red Green Blue C M Y K H S L
Decimal 82 165 54 0.50 0 0.67 0.35 104.86 0.51 0.43
Hex 52 A5 36 32 0 43 23 69 33 2B
Octal 122 245 66 62 0 103 43 151 63 53
Binary 1010010 10100101 110110 110010 0 1000011 100011 1101001 110011 101011

Color Harmonies of #52A536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A536

Black with #52A536

Text Example


Text Example

White with #52A536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,54); }

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

background-color css

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

 a { background-color: rgb(82,165,54); }

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

border-color css

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

 span { border-color: rgb(82,165,54); }

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