#53AE34

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

Shades of Apple #53AE34

Tints of Apple #53AE34

Color information

#53AE34 (or 0x53AE34) is unknown color: approx Apple. HEX triplet: 53, AE and 34. RGB value is (83,174,52). Sum of RGB (Red+Green+Blue) = 83+174+52=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AE34 is #AC51CB. Grayscale: #858585. Windows color (decimal): -11293132 or 3452499. OLE color: 3452499.

HSL color Cylindrical-coordinate representation of color #53AE34: hue angle of 104.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53AE34 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB8317452-
CMYK0.5200.700.32
HSL104.75º53.98%44.31%-
HSV(B)104.75º70.11%68.24%-
XYZ19.3232.368.48-
YUV132.8882.3592.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 174 (68.36% from 255) = 56.31%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=26.86%
G=56.31%
B=16.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174520.5200.700.32104.7553.9844.31
Hex53AE34340462069362c
Octal12325664640106401516654
Binary101001110101110110100110100010001101000001101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,52); }

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

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

 a { background-color: rgb(83,174,52); }

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

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

 span { border-color: rgb(83,174,52); }

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