#53A83B

Color #53A83B Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #53A83B

Tints of Apple #53A83B

Color information

#53A83B (or 0x53A83B) is unknown color: approx Apple. HEX triplet: 53, A8 and 3B. RGB value is (83,168,59). Sum of RGB (Red+Green+Blue) = 83+168+59=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #53A83B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A83B is #AC57C4. Grayscale: #828282. Windows color (decimal): -11294661 or 3909715. OLE color: 3909715.

HSL color Cylindrical-coordinate representation of color #53A83B: hue angle of 106.79º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A83B is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB8316859-
CMYK0.5100.650.34
HSL106.79º48.02%44.51%-
HSV(B)106.79º64.88%65.88%-
XYZ18.3630.168.99-
YUV130.1687.8494.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 168 (66.02% from 255) = 54.19%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=26.77%
G=54.19%
B=19.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83168590.5100.650.34106.7948.0244.51
Hex53A83B33041226b302d
Octal12325073630101421536055
Binary101001110101000111011110011010000011000101101011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,59); }

 H1.HeaderClassName
 {
   color: #53A83B;
 }
 .AnyTagClassName
 {
   color: #53A83B;
 }
</style>
background-color css

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

 a { background-color: rgb(83,168,59); }

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

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

 span { border-color: rgb(83,168,59); }

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