Html Css Color HEX #52A636 Apple

📋 copy color: '#52A636'

red 82 ◦ green 166 ◦ blue 54

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

Shades of Apple #52A636

Tints of Apple #52A636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.97%

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

R = 27.15%
G = 54.97%
B = 17.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#52A636 (or 0x52A636) is known color: Apple. HEX triplet: 52, A6 and 36. RGB value is (82,166,54). Sum of RGB (Red+Green+Blue) = 82+166+54=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #52A636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A636 is #AD59C9. Grayscale: #808080. Windows color (decimal): -11360714 or 3581522. OLE color: 3581522.

HSL color Cylindrical-coordinate representation of color #52A636: hue angle of 105º 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 #52A636 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 166 54 -
CMYK 0.51 0 0.67 0.35
HSL 105º 0.51% 0.43% -
HSV(B) 105º 0.67% 0.65% -
XYZ 17.78 29.33 8.21 -
YUV 128.12 86.17 95.11 -
System Red Green Blue C M Y K H S L
Decimal 82 166 54 0.51 0 0.67 0.35 105 0.51 0.43
Hex 52 A6 36 33 0 43 23 69 33 2B
Octal 122 246 66 63 0 103 43 151 63 53
Binary 1010010 10100110 110110 110011 0 1000011 100011 1101001 110011 101011

Color Harmonies of #52A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A636

Black with #52A636

Text Example


Text Example

White with #52A636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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