#53A838

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

Shades of Apple #53A838

Tints of Apple #53A838

Color information

#53A838 (or 0x53A838) is unknown color: approx Apple. HEX triplet: 53, A8 and 38. RGB value is (83,168,56). Sum of RGB (Red+Green+Blue) = 83+168+56=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #53A838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A838 is #AC57C7. Grayscale: #828282. Windows color (decimal): -11294664 or 3713107. OLE color: 3713107.

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

Color convert

RGB8316856-
CMYK0.5100.670.34
HSL105.54º50%43.92%-
HSV(B)105.54º66.67%65.88%-
XYZ18.2830.138.59-
YUV129.8286.3494.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 168 (66.02% from 255) = 54.72%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=27.04%
G=54.72%
B=18.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83168560.5100.670.34105.545043.92
Hex53A83833043226a322c
Octal12325070630103421526254
Binary101001110101000111000110011010000111000101101010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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