#53A738

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

Shades of Apple #53A738

Tints of Apple #53A738

Color information

#53A738 (or 0x53A738) is unknown color: approx Apple. HEX triplet: 53, A7 and 38. RGB value is (83,167,56). Sum of RGB (Red+Green+Blue) = 83+167+56=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #53A738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A738 is #AC58C7. Grayscale: #818181. Windows color (decimal): -11294920 or 3712851. OLE color: 3712851.

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

Color convert

RGB8316756-
CMYK0.5000.660.35
HSL105.41º49.78%43.73%-
HSV(B)105.41º66.47%65.49%-
XYZ18.129.768.53-
YUV129.2386.6795.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 167 (65.62% from 255) = 54.58%
BLUE value IS 56 (22.27% from 255) = 18.30%
R=27.12%
G=54.58%
B=18.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83167560.5000.660.35105.4149.7843.73
Hex53A738320422369322c
Octal12324770620102431516254
Binary101001110100111111000110010010000101000111101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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