Html Css Color HEX #53A03C Apple

📋 copy color: '#53A03C'

red 83 ◦ green 160 ◦ blue 60

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

Shades of Apple #53A03C

Tints of Apple #53A03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.81%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 27.39%
G = 52.81%
B = 19.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#53A03C (or 0x53A03C) is known color: Apple. HEX triplet: 53, A0 and 3C. RGB value is (83,160,60). Sum of RGB (Red+Green+Blue) = 83+160+60=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #53A03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A03C is #AC5FC3. Grayscale: #7D7D7D. Windows color (decimal): -11296708 or 3973203. OLE color: 3973203.

HSL color Cylindrical-coordinate representation of color #53A03C: hue angle of 106.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53A03C is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 60 -
CMYK 0.48 0 0.62 0.37
HSL 106.2º 0.45% 0.43% -
HSV(B) 106.2º 0.63% 0.63% -
XYZ 16.95 27.31 8.65 -
YUV 125.58 90.99 97.63 -
System Red Green Blue C M Y K H S L
Decimal 83 160 60 0.48 0 0.62 0.37 106.2 0.45 0.43
Hex 53 A0 3C 30 0 3E 25 6A 2D 2B
Octal 123 240 74 60 0 76 45 152 55 53
Binary 1010011 10100000 111100 110000 0 111110 100101 1101010 101101 101011

Color Harmonies of #53A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A03C

Black with #53A03C

Text Example


Text Example

White with #53A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,160,60); }

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

background-color css

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

 a { background-color: rgb(83,160,60); }

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

border-color css

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

 span { border-color: rgb(83,160,60); }

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