Html Css Color HEX #53AA39 Apple

📋 copy color: '#53AA39'

red 83 ◦ green 170 ◦ blue 57

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

Shades of Apple #53AA39

Tints of Apple #53AA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.39%

R = 26.77%
G = 54.84%
B = 18.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#53AA39 (or 0x53AA39) is known color: Apple. HEX triplet: 53, AA and 39. RGB value is (83,170,57). Sum of RGB (Red+Green+Blue) = 83+170+57=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA39 is #AC55C6. Grayscale: #838383. Windows color (decimal): -11294151 or 3779155. OLE color: 3779155.

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

Color convert

RGB 83 170 57 -
CMYK 0.51 0 0.66 0.33
HSL 106.19º 0.5% 0.45% -
HSV(B) 106.19º 0.66% 0.67% -
XYZ 18.68 30.88 8.85 -
YUV 131.11 86.18 93.69 -
System Red Green Blue C M Y K H S L
Decimal 83 170 57 0.51 0 0.66 0.33 106.19 0.5 0.45
Hex 53 AA 39 33 0 42 21 6A 32 2D
Octal 123 252 71 63 0 102 41 152 62 55
Binary 1010011 10101010 111001 110011 0 1000010 100001 1101010 110010 101101

Color Harmonies of #53AA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA39

Black with #53AA39

Text Example


Text Example

White with #53AA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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