#53AA38

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

Shades of Apple #53AA38

Tints of Apple #53AA38

Color information

#53AA38 (or 0x53AA38) is unknown color: approx Apple. HEX triplet: 53, AA and 38. RGB value is (83,170,56). Sum of RGB (Red+Green+Blue) = 83+170+56=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AA38 is #AC55C7. Grayscale: #838383. Windows color (decimal): -11294152 or 3713619. OLE color: 3713619.

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

Color convert

RGB8317056-
CMYK0.5100.670.33
HSL105.79º50.44%44.31%-
HSV(B)105.79º67.06%66.67%-
XYZ18.6630.878.72-
YUV130.9985.6893.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=26.86%
G=55.02%
B=18.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170560.5100.670.33105.7950.4444.31
Hex53AA3833043216a322c
Octal12325270630103411526254
Binary101001110101010111000110011010000111000011101010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,170,56); }

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

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

 a { background-color: rgb(83,170,56); }

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

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

 span { border-color: rgb(83,170,56); }

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