#53A53C

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

Shades of Apple #53A53C

Tints of Apple #53A53C

Color information

#53A53C (or 0x53A53C) is unknown color: approx Apple. HEX triplet: 53, A5 and 3C. RGB value is (83,165,60). Sum of RGB (Red+Green+Blue) = 83+165+60=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #53A53C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A53C is #AC5AC3. Grayscale: #808080. Windows color (decimal): -11295428 or 3974483. OLE color: 3974483.

HSL color Cylindrical-coordinate representation of color #53A53C: hue angle of 106.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53A53C is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB8316560-
CMYK0.5000.640.35
HSL106.86º46.67%44.12%-
HSV(B)106.86º63.64%64.71%-
XYZ17.8429.088.95-
YUV128.5189.3395.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 165 (64.84% from 255) = 53.57%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=26.95%
G=53.57%
B=19.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165600.5000.640.35106.8646.6744.12
Hex53A53C32040236b2f2c
Octal12324574620100431535754
Binary101001110100101111100110010010000001000111101011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,60); }

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

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

 a { background-color: rgb(83,165,60); }

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

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

 span { border-color: rgb(83,165,60); }

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