#53B649

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

Shades of Apple #53B649

Tints of Apple #53B649

Color information

#53B649 (or 0x53B649) is unknown color: approx Apple. HEX triplet: 53, B6 and 49. RGB value is (83,182,73). Sum of RGB (Red+Green+Blue) = 83+182+73=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #53B649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B649 is #AC49B6. Grayscale: #8C8C8C. Windows color (decimal): -11291063 or 4830803. OLE color: 4830803.

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

Color convert

RGB8318273-
CMYK0.5400.600.29
HSL114.5º42.75%50%-
HSV(B)114.5º59.89%71.37%-
XYZ21.535.7812.08-
YUV139.9790.287.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 182 (71.48% from 255) = 53.85%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=24.56%
G=53.85%
B=21.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83182730.5400.600.29114.542.7550
Hex53B6493603C1D722b32
Octal12326611166074351625362
Binary10100111011011010010011101100111100111011110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,182,73); }

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

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

 a { background-color: rgb(83,182,73); }

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

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

 span { border-color: rgb(83,182,73); }

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