Html Css Color HEX #53AD34 Apple

📋 copy color: '#53AD34'

red 83 ◦ green 173 ◦ blue 52

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

Shades of Apple #53AD34

Tints of Apple #53AD34

RGB

 RED value IS 83 (32.81% from 255) = 26.95%

 GREEN value IS 173 (67.97% from 255) = 56.17%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 26.95%
G = 56.17%
B = 16.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#53AD34 (or 0x53AD34) is known color: Apple. HEX triplet: 53, AD and 34. RGB value is (83,173,52). Sum of RGB (Red+Green+Blue) = 83+173+52=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AD34 is #AC52CB. Grayscale: #848484. Windows color (decimal): -11293388 or 3452243. OLE color: 3452243.

HSL color Cylindrical-coordinate representation of color #53AD34: hue angle of 104.63º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53AD34 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 52 -
CMYK 0.52 0 0.70 0.32
HSL 104.63º 0.54% 0.44% -
HSV(B) 104.63º 0.7% 0.68% -
XYZ 19.13 31.97 8.41 -
YUV 132.3 82.68 92.84 -
System Red Green Blue C M Y K H S L
Decimal 83 173 52 0.52 0 0.70 0.32 104.63 0.54 0.44
Hex 53 AD 34 34 0 46 20 69 36 2C
Octal 123 255 64 64 0 106 40 151 66 54
Binary 1010011 10101101 110100 110100 0 1000110 100000 1101001 110110 101100

Color Harmonies of #53AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD34

Black with #53AD34

Text Example


Text Example

White with #53AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AD34; }

 p { color: rgb(83,173,52); }

 H1.HeaderClassName
 {
   color: #53AD34;
 }
 .AnyTagClassName
 {
   color: #53AD34;
 }
</style>

background-color css

<style>
 a { background-color: #53AD34; }

 a { background-color: rgb(83,173,52); }

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

border-color css

<style>
 span { border-color: #53AD34; }

 span { border-color: rgb(83,173,52); }

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