Html Css Color HEX #53B340 Apple

📋 copy color: '#53B340'

red 83 ◦ green 179 ◦ blue 64

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

Shades of Apple #53B340

Tints of Apple #53B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

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

R = 25.46%
G = 54.91%
B = 19.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#53B340 (or 0x53B340) is known color: Apple. HEX triplet: 53, B3 and 40. RGB value is (83,179,64). Sum of RGB (Red+Green+Blue) = 83+179+64=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #53B340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B340 is #AC4CBF. Grayscale: #898989. Windows color (decimal): -11291840 or 4240211. OLE color: 4240211.

HSL color Cylindrical-coordinate representation of color #53B340: hue angle of 110.09º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53B340 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 179 64 -
CMYK 0.54 0 0.64 0.30
HSL 110.09º 0.47% 0.48% -
HSV(B) 110.09º 0.64% 0.7% -
XYZ 20.61 34.45 10.41 -
YUV 137.19 86.7 89.35 -
System Red Green Blue C M Y K H S L
Decimal 83 179 64 0.54 0 0.64 0.30 110.09 0.47 0.48
Hex 53 B3 40 36 0 40 1E 6E 2F 30
Octal 123 263 100 66 0 100 36 156 57 60
Binary 1010011 10110011 1000000 110110 0 1000000 11110 1101110 101111 110000

Color Harmonies of #53B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B340

Black with #53B340

Text Example


Text Example

White with #53B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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