#53AE33

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

Shades of Apple #53AE33

Tints of Apple #53AE33

Color information

#53AE33 (or 0x53AE33) is unknown color: approx Apple. HEX triplet: 53, AE and 33. RGB value is (83,174,51). Sum of RGB (Red+Green+Blue) = 83+174+51=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AE33 is #AC51CC. Grayscale: #858585. Windows color (decimal): -11293133 or 3386963. OLE color: 3386963.

HSL color Cylindrical-coordinate representation of color #53AE33: hue angle of 104.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53AE33 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB8317451-
CMYK0.5200.710.32
HSL104.39º54.67%44.12%-
HSV(B)104.39º70.69%68.24%-
XYZ19.332.358.36-
YUV132.7781.8592.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=26.95%
G=56.49%
B=16.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174510.5200.710.32104.3954.6744.12
Hex53AE33340472068372c
Octal12325663640107401506754
Binary101001110101110110011110100010001111000001101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,51); }

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

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

 a { background-color: rgb(83,174,51); }

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

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

 span { border-color: rgb(83,174,51); }

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