#53A238

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

Shades of Apple #53A238

Tints of Apple #53A238

Color information

#53A238 (or 0x53A238) is unknown color: approx Apple. HEX triplet: 53, A2 and 38. RGB value is (83,162,56). Sum of RGB (Red+Green+Blue) = 83+162+56=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #53A238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A238 is #AC5DC7. Grayscale: #7E7E7E. Windows color (decimal): -11296200 or 3711571. OLE color: 3711571.

HSL color Cylindrical-coordinate representation of color #53A238: hue angle of 104.72º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A238 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB8316256-
CMYK0.4900.650.36
HSL104.72º48.62%42.75%-
HSV(B)104.72º65.43%63.53%-
XYZ17.227.978.23-
YUV126.388.3397.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=27.57%
G=53.82%
B=18.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162560.4900.650.36104.7248.6242.75
Hex53A238310412469312b
Octal12324270610101441516153
Binary101001110100010111000110001010000011001001101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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