#53AC35

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

Shades of Apple #53AC35

Tints of Apple #53AC35

Color information

#53AC35 (or 0x53AC35) is unknown color: approx Apple. HEX triplet: 53, AC and 35. RGB value is (83,172,53). Sum of RGB (Red+Green+Blue) = 83+172+53=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC35 is #AC53CA. Grayscale: #848484. Windows color (decimal): -11293643 or 3517523. OLE color: 3517523.

HSL color Cylindrical-coordinate representation of color #53AC35: hue angle of 104.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53AC35 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB8317253-
CMYK0.5200.690.33
HSL104.87º52.89%44.12%-
HSV(B)104.87º69.19%67.45%-
XYZ18.9631.68.47-
YUV131.8283.5193.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=26.95%
G=55.84%
B=17.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83172530.5200.690.33104.8752.8944.12
Hex53AC35340452169352c
Octal12325465640105411516554
Binary101001110101100110101110100010001011000011101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,53); }

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

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

 a { background-color: rgb(83,172,53); }

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

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

 span { border-color: rgb(83,172,53); }

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