#53AF35

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

Shades of Apple #53AF35

Tints of Apple #53AF35

Color information

#53AF35 (or 0x53AF35) is unknown color: approx Apple. HEX triplet: 53, AF and 35. RGB value is (83,175,53). Sum of RGB (Red+Green+Blue) = 83+175+53=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF35 is #AC50CA. Grayscale: #858585. Windows color (decimal): -11292875 or 3518291. OLE color: 3518291.

HSL color Cylindrical-coordinate representation of color #53AF35: hue angle of 105.25º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53AF35 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB8317553-
CMYK0.5300.700.31
HSL105.25º53.51%44.71%-
HSV(B)105.25º69.71%68.63%-
XYZ19.5432.768.66-
YUV133.5882.5291.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=26.69%
G=56.27%
B=17.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175530.5300.700.31105.2553.5144.71
Hex53AF35350461F69362d
Octal12325765650106371516655
Binary10100111010111111010111010101000110111111101001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,53); }

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

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

 a { background-color: rgb(83,175,53); }

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

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

 span { border-color: rgb(83,175,53); }

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