Html Css Color HEX #53A341 Apple

📋 copy color: '#53A341'

red 83 ◦ green 163 ◦ blue 65

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

Shades of Apple #53A341

Tints of Apple #53A341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.41%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 26.69%
G = 52.41%
B = 20.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#53A341 (or 0x53A341) is known color: Apple. HEX triplet: 53, A3 and 41. RGB value is (83,163,65). Sum of RGB (Red+Green+Blue) = 83+163+65=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #53A341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A341 is #AC5CBE. Grayscale: #808080. Windows color (decimal): -11295935 or 4301651. OLE color: 4301651.

HSL color Cylindrical-coordinate representation of color #53A341: hue angle of 108.98º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A341 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 65 -
CMYK 0.49 0 0.60 0.36
HSL 108.98º 0.43% 0.45% -
HSV(B) 108.98º 0.6% 0.64% -
XYZ 17.62 28.42 9.56 -
YUV 127.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 83 163 65 0.49 0 0.60 0.36 108.98 0.43 0.45
Hex 53 A3 41 31 0 3C 24 6D 2B 2D
Octal 123 243 101 61 0 74 44 155 53 55
Binary 1010011 10100011 1000001 110001 0 111100 100100 1101101 101011 101101

Color Harmonies of #53A341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A341

Black with #53A341

Text Example


Text Example

White with #53A341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,65); }

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

background-color css

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

 a { background-color: rgb(83,163,65); }

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

border-color css

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

 span { border-color: rgb(83,163,65); }

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