Html Css Color HEX #53A140 Apple

📋 copy color: '#53A140'

red 83 ◦ green 161 ◦ blue 64

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

Shades of Apple #53A140

Tints of Apple #53A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.27%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 26.95%
G = 52.27%
B = 20.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#53A140 (or 0x53A140) is known color: Apple. HEX triplet: 53, A1 and 40. RGB value is (83,161,64). Sum of RGB (Red+Green+Blue) = 83+161+64=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #53A140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A140 is #AC5EBF. Grayscale: #7E7E7E. Windows color (decimal): -11296448 or 4235603. OLE color: 4235603.

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

Color convert

RGB 83 161 64 -
CMYK 0.48 0 0.60 0.37
HSL 108.25º 0.43% 0.44% -
HSV(B) 108.25º 0.6% 0.63% -
XYZ 17.24 27.7 9.29 -
YUV 126.62 92.66 96.89 -
System Red Green Blue C M Y K H S L
Decimal 83 161 64 0.48 0 0.60 0.37 108.25 0.43 0.44
Hex 53 A1 40 30 0 3C 25 6C 2B 2C
Octal 123 241 100 60 0 74 45 154 53 54
Binary 1010011 10100001 1000000 110000 0 111100 100101 1101100 101011 101100

Color Harmonies of #53A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A140

Black with #53A140

Text Example


Text Example

White with #53A140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,161,64); }

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

background-color css

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

 a { background-color: rgb(83,161,64); }

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

border-color css

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

 span { border-color: rgb(83,161,64); }

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