Html Css Color HEX #53A03B Apple

📋 copy color: '#53A03B'

red 83 ◦ green 160 ◦ blue 59

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

Shades of Apple #53A03B

Tints of Apple #53A03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.54%

R = 27.48%
G = 52.98%
B = 19.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#53A03B (or 0x53A03B) is known color: Apple. HEX triplet: 53, A0 and 3B. RGB value is (83,160,59). Sum of RGB (Red+Green+Blue) = 83+160+59=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #53A03B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A03B is #AC5FC4. Grayscale: #7D7D7D. Windows color (decimal): -11296709 or 3907667. OLE color: 3907667.

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

Color convert

RGB 83 160 59 -
CMYK 0.48 0 0.63 0.37
HSL 105.74º 0.46% 0.43% -
HSV(B) 105.74º 0.63% 0.63% -
XYZ 16.93 27.3 8.51 -
YUV 125.46 90.49 97.71 -
System Red Green Blue C M Y K H S L
Decimal 83 160 59 0.48 0 0.63 0.37 105.74 0.46 0.43
Hex 53 A0 3B 30 0 3F 25 6A 2E 2B
Octal 123 240 73 60 0 77 45 152 56 53
Binary 1010011 10100000 111011 110000 0 111111 100101 1101010 101110 101011

Color Harmonies of #53A03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A03B

Black with #53A03B

Text Example


Text Example

White with #53A03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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