Html Css Color HEX #52A635 Apple

📋 copy color: '#52A635'

red 82 ◦ green 166 ◦ blue 53

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

Shades of Apple #52A635

Tints of Apple #52A635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 27.24%
G = 55.15%
B = 17.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#52A635 (or 0x52A635) is known color: Apple. HEX triplet: 52, A6 and 35. RGB value is (82,166,53). Sum of RGB (Red+Green+Blue) = 82+166+53=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #52A635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A635 is #AD59CA. Grayscale: #808080. Windows color (decimal): -11360715 or 3515986. OLE color: 3515986.

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

Color convert

RGB 82 166 53 -
CMYK 0.51 0 0.68 0.35
HSL 104.6º 0.52% 0.43% -
HSV(B) 104.6º 0.68% 0.65% -
XYZ 17.76 29.32 8.09 -
YUV 128 85.67 95.19 -
System Red Green Blue C M Y K H S L
Decimal 82 166 53 0.51 0 0.68 0.35 104.6 0.52 0.43
Hex 52 A6 35 33 0 44 23 69 34 2B
Octal 122 246 65 63 0 104 43 151 64 53
Binary 1010010 10100110 110101 110011 0 1000100 100011 1101001 110100 101011

Color Harmonies of #52A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A635

Black with #52A635

Text Example


Text Example

White with #52A635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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