Html Css Color HEX #53AA38 Apple

📋 copy color: '#53AA38'

red 83 ◦ green 170 ◦ blue 56

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

Shades of Apple #53AA38

Tints of Apple #53AA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.12%

R = 26.86%
G = 55.02%
B = 18.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#53AA38 (or 0x53AA38) is known color: Apple. HEX triplet: 53, AA and 38. RGB value is (83,170,56). Sum of RGB (Red+Green+Blue) = 83+170+56=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA38 is #AC55C7. Grayscale: #838383. Windows color (decimal): -11294152 or 3713619. OLE color: 3713619.

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

Color convert

RGB 83 170 56 -
CMYK 0.51 0 0.67 0.33
HSL 105.79º 0.5% 0.44% -
HSV(B) 105.79º 0.67% 0.67% -
XYZ 18.66 30.87 8.72 -
YUV 130.99 85.68 93.77 -
System Red Green Blue C M Y K H S L
Decimal 83 170 56 0.51 0 0.67 0.33 105.79 0.5 0.44
Hex 53 AA 38 33 0 43 21 6A 32 2C
Octal 123 252 70 63 0 103 41 152 62 54
Binary 1010011 10101010 111000 110011 0 1000011 100001 1101010 110010 101100

Color Harmonies of #53AA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA38

Black with #53AA38

Text Example


Text Example

White with #53AA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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