#53B347

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

Shades of Apple #53B347

Tints of Apple #53B347

Color information

#53B347 (or 0x53B347) is unknown color: approx Apple. HEX triplet: 53, B3 and 47. RGB value is (83,179,71). Sum of RGB (Red+Green+Blue) = 83+179+71=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #53B347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B347 is #AC4CB8. Grayscale: #8A8A8A. Windows color (decimal): -11291833 or 4698963. OLE color: 4698963.

HSL color Cylindrical-coordinate representation of color #53B347: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B347 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB8317971-
CMYK0.5400.600.30
HSL113.33º43.2%49.02%-
HSV(B)113.33º60.34%70.2%-
XYZ20.8234.5311.53-
YUV137.9890.288.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 179 (70.31% from 255) = 53.75%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=24.92%
G=53.75%
B=21.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal83179710.5400.600.30113.3343.249.02
Hex53B3473603C1E712b31
Octal12326310766074361615361
Binary10100111011001110001111101100111100111101110001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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