Html Css Color HEX #53A241 Apple

📋 copy color: '#53A241'

red 83 ◦ green 162 ◦ blue 65

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

Shades of Apple #53A241

Tints of Apple #53A241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.26%

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

R = 26.77%
G = 52.26%
B = 20.97%

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

#53A241 (or 0x53A241) is known color: Apple. HEX triplet: 53, A2 and 41. RGB value is (83,162,65). Sum of RGB (Red+Green+Blue) = 83+162+65=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #53A241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A241 is #AC5DBE. Grayscale: #7F7F7F. Windows color (decimal): -11296191 or 4301395. OLE color: 4301395.

HSL color Cylindrical-coordinate representation of color #53A241: hue angle of 108.87º 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 #53A241 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 65 -
CMYK 0.49 0 0.60 0.36
HSL 108.87º 0.43% 0.45% -
HSV(B) 108.87º 0.6% 0.64% -
XYZ 17.44 28.06 9.5 -
YUV 127.32 92.83 96.39 -
System Red Green Blue C M Y K H S L
Decimal 83 162 65 0.49 0 0.60 0.36 108.87 0.43 0.45
Hex 53 A2 41 31 0 3C 24 6D 2B 2D
Octal 123 242 101 61 0 74 44 155 53 55
Binary 1010011 10100010 1000001 110001 0 111100 100100 1101101 101011 101101

Color Harmonies of #53A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A241

Black with #53A241

Text Example


Text Example

White with #53A241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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