Html Css Color HEX #52A73D Apple

📋 copy color: '#52A73D'

red 82 ◦ green 167 ◦ blue 61

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

Shades of Apple #52A73D

Tints of Apple #52A73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.87%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 26.45%
G = 53.87%
B = 19.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#52A73D (or 0x52A73D) is known color: Apple. HEX triplet: 52, A7 and 3D. RGB value is (82,167,61). Sum of RGB (Red+Green+Blue) = 82+167+61=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #52A73D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A73D is #AD58C2. Grayscale: #818181. Windows color (decimal): -11360451 or 4040530. OLE color: 4040530.

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

Color convert

RGB 82 167 61 -
CMYK 0.51 0 0.63 0.35
HSL 108.11º 0.46% 0.45% -
HSV(B) 108.11º 0.63% 0.65% -
XYZ 18.14 29.77 9.2 -
YUV 129.5 89.34 94.12 -
System Red Green Blue C M Y K H S L
Decimal 82 167 61 0.51 0 0.63 0.35 108.11 0.46 0.45
Hex 52 A7 3D 33 0 3F 23 6C 2E 2D
Octal 122 247 75 63 0 77 43 154 56 55
Binary 1010010 10100111 111101 110011 0 111111 100011 1101100 101110 101101

Color Harmonies of #52A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A73D

Black with #52A73D

Text Example


Text Example

White with #52A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,167,61); }

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

background-color css

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

 a { background-color: rgb(82,167,61); }

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

border-color css

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

 span { border-color: rgb(82,167,61); }

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