Html Css Color HEX #53AA34 Apple

📋 copy color: '#53AA34'

red 83 ◦ green 170 ◦ blue 52

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

Shades of Apple #53AA34

Tints of Apple #53AA34

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.74%

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

R = 27.21%
G = 55.74%
B = 17.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#53AA34 (or 0x53AA34) is known color: Apple. HEX triplet: 53, AA and 34. RGB value is (83,170,52). Sum of RGB (Red+Green+Blue) = 83+170+52=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA34 is #AC55CB. Grayscale: #828282. Windows color (decimal): -11294156 or 3451475. OLE color: 3451475.

HSL color Cylindrical-coordinate representation of color #53AA34: hue angle of 104.24º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53AA34 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 52 -
CMYK 0.51 0 0.69 0.33
HSL 104.24º 0.53% 0.44% -
HSV(B) 104.24º 0.69% 0.67% -
XYZ 18.56 30.84 8.22 -
YUV 130.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 83 170 52 0.51 0 0.69 0.33 104.24 0.53 0.44
Hex 53 AA 34 33 0 45 21 68 35 2C
Octal 123 252 64 63 0 105 41 150 65 54
Binary 1010011 10101010 110100 110011 0 1000101 100001 1101000 110101 101100

Color Harmonies of #53AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA34

Black with #53AA34

Text Example


Text Example

White with #53AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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