#53B044

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

Shades of Apple #53B044

Tints of Apple #53B044

Color information

#53B044 (or 0x53B044) is unknown color: approx Apple. HEX triplet: 53, B0 and 44. RGB value is (83,176,68). Sum of RGB (Red+Green+Blue) = 83+176+68=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #53B044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53B044 is #AC4FBB. Grayscale: #888888. Windows color (decimal): -11292604 or 4501587. OLE color: 4501587.

HSL color Cylindrical-coordinate representation of color #53B044: hue angle of 111.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53B044 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB8317668-
CMYK0.5300.610.31
HSL111.67º44.26%47.84%-
HSV(B)111.67º61.36%69.02%-
XYZ20.1433.3110.84-
YUV135.8889.6990.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 176 (69.14% from 255) = 53.82%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=25.38%
G=53.82%
B=20.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83176680.5300.610.31111.6744.2647.84
Hex53B0443503D1F702c30
Octal12326010465075371605460
Binary10100111011000010001001101010111101111111110000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,68); }

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

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

 a { background-color: rgb(83,176,68); }

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

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

 span { border-color: rgb(83,176,68); }

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