Html Css Color HEX #52A641 Apple

📋 copy color: '#52A641'

red 82 ◦ green 166 ◦ blue 65

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

Shades of Apple #52A641

Tints of Apple #52A641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 26.2%
G = 53.04%
B = 20.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#52A641 (or 0x52A641) is known color: Apple. HEX triplet: 52, A6 and 41. RGB value is (82,166,65). Sum of RGB (Red+Green+Blue) = 82+166+65=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #52A641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A641 is #AD59BE. Grayscale: #818181. Windows color (decimal): -11360703 or 4302418. OLE color: 4302418.

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

Color convert

RGB 82 166 65 -
CMYK 0.51 0 0.61 0.35
HSL 109.9º 0.44% 0.45% -
HSV(B) 109.9º 0.61% 0.65% -
XYZ 18.07 29.45 9.73 -
YUV 129.37 91.67 94.21 -
System Red Green Blue C M Y K H S L
Decimal 82 166 65 0.51 0 0.61 0.35 109.9 0.44 0.45
Hex 52 A6 41 33 0 3D 23 6E 2C 2D
Octal 122 246 101 63 0 75 43 156 54 55
Binary 1010010 10100110 1000001 110011 0 111101 100011 1101110 101100 101101

Color Harmonies of #52A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A641

Black with #52A641

Text Example


Text Example

White with #52A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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