Html Css Color HEX #53A441 Apple

📋 copy color: '#53A441'

red 83 ◦ green 164 ◦ blue 65

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

Shades of Apple #53A441

Tints of Apple #53A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.56%

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

R = 26.6%
G = 52.56%
B = 20.83%

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

#53A441 (or 0x53A441) is known color: Apple. HEX triplet: 53, A4 and 41. RGB value is (83,164,65). Sum of RGB (Red+Green+Blue) = 83+164+65=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #53A441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A441 is #AC5BBE. Grayscale: #808080. Windows color (decimal): -11295679 or 4301907. OLE color: 4301907.

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

Color convert

RGB 83 164 65 -
CMYK 0.49 0 0.60 0.36
HSL 109.09º 0.43% 0.45% -
HSV(B) 109.09º 0.6% 0.64% -
XYZ 17.8 28.77 9.62 -
YUV 128.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 83 164 65 0.49 0 0.60 0.36 109.09 0.43 0.45
Hex 53 A4 41 31 0 3C 24 6D 2B 2D
Octal 123 244 101 61 0 74 44 155 53 55
Binary 1010011 10100100 1000001 110001 0 111100 100100 1101101 101011 101101

Color Harmonies of #53A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A441

Black with #53A441

Text Example


Text Example

White with #53A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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